summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/sets/dbapi.py5
1 files changed, 3 insertions, 2 deletions
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