projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ee669
)
Remove unused iuse_implicit attribute.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 18 Aug 2010 11:24:01 +0000
(
04:24
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 18 Aug 2010 11:24:01 +0000
(
04:24
-0700)
pym/_emerge/RootConfig.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/RootConfig.py
b/pym/_emerge/RootConfig.py
index 4ef8d67832509430a775c33f0d89cbbfef30aa13..2898c2e0de549334c8866e4eb5a2643a2cc3bf84 100644
(file)
--- a/
pym/_emerge/RootConfig.py
+++ b/
pym/_emerge/RootConfig.py
@@
-20,7
+20,6
@@
class RootConfig(object):
def __init__(self, settings, trees, setconfig):
self.trees = trees
self.settings = settings
- self.iuse_implicit = tuple(sorted(settings._get_implicit_iuse()))
self.root = self.settings["ROOT"]
self.setconfig = setconfig
if setconfig is None: