From 2606ac99b3e8dfea7619eabf1f5b0da01b3a170a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 25 Jun 2008 20:06:11 +0000 Subject: Clarify EverythingSet.description a bit. Thanks to Necoro. svn path=/main/trunk/; revision=10786 --- pym/portage/sets/dbapi.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage/sets/dbapi.py b/pym/portage/sets/dbapi.py index fca742552..bacc3a5c5 100644 --- a/pym/portage/sets/dbapi.py +++ b/pym/portage/sets/dbapi.py @@ -10,8 +10,9 @@ __all__ = ["CategorySet", "EverythingSet"] class EverythingSet(PackageSet): _operations = ["merge", "unmerge"] - description = "Package set containing all installed packages" - + description = "Package set which contains SLOT " + \ + "atoms to match all installed packages" + def __init__(self, vdbapi): super(EverythingSet, self).__init__() self._db = vdbapi -- cgit v1.2.3-1-g7c22