projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16530c3
)
Fix setconfig.getSets() api breakage.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 17 Dec 2007 08:04:52 +0000
(08:04 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 17 Dec 2007 08:04:52 +0000
(08:04 -0000)
svn path=/main/trunk/; revision=8937
bin/emaint
patch
|
blob
|
history
diff --git
a/bin/emaint
b/bin/emaint
index a5d7566f225a4b52fa8b6b287e121e9368b13ad4..483c77c8df12ac75645b9d5440a3151b2324f248 100755
(executable)
--- a/
bin/emaint
+++ b/
bin/emaint
@@
-26,7
+26,7
@@
class WorldHandler(object):
from portage.sets import load_default_config
setconfig = load_default_config(portage.settings,
portage.db[portage.settings["ROOT"]])
- self._sets = setconfig.getSets
WithAliases
()
+ self._sets = setconfig.getSets()
def _check_world(self, onProgress):
categories = set(portage.settings.categories)