projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ae210
)
Bug #239015 - Disable unmerge operations for EverythingSet/@installed.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Nov 2008 17:55:28 +0000
(17:55 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Nov 2008 17:55:28 +0000
(17:55 -0000)
svn path=/main/trunk/; revision=11786
pym/portage/sets/dbapi.py
patch
|
blob
|
history
diff --git
a/pym/portage/sets/dbapi.py
b/pym/portage/sets/dbapi.py
index 4ab1252d6935c69bba044a7c550524208290d4de..877c45ceeca36b2856f0bf20fe811b546208003d 100644
(file)
--- a/
pym/portage/sets/dbapi.py
+++ b/
pym/portage/sets/dbapi.py
@@
-11,7
+11,7
@@
__all__ = ["CategorySet", "DowngradeSet",
"EverythingSet", "OwnerSet", "VariableSet"]
class EverythingSet(PackageSet):
- _operations = ["merge"
, "unmerge"
]
+ _operations = ["merge"]
description = "Package set which contains SLOT " + \
"atoms to match all installed packages"
_filter = None