projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e70599
)
Clarify EverythingSet.description a bit. Thanks to Necoro.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 25 Jun 2008 20:06:11 +0000
(20:06 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 25 Jun 2008 20:06:11 +0000
(20:06 -0000)
svn path=/main/trunk/; revision=10786
pym/portage/sets/dbapi.py
patch
|
blob
|
history
diff --git
a/pym/portage/sets/dbapi.py
b/pym/portage/sets/dbapi.py
index fca7425527b3729f696f0dce786499d5db782c09..bacc3a5c5b07c4685a0daf731ec4f7ab95cfcba0 100644
(file)
--- 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