projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d0131a
)
Initialize missing_iuse.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 28 Apr 2010 02:15:04 +0000
(19:15 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 28 Apr 2010 02:15:04 +0000
(19:15 -0700)
pym/_emerge/depgraph.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/depgraph.py
b/pym/_emerge/depgraph.py
index 05558a3c3fe1e4093ac47c1da865d699171ae464..8349bb55eb6a9213a1f38ba02be301454e71f12a 100644
(file)
--- a/
pym/_emerge/depgraph.py
+++ b/
pym/_emerge/depgraph.py
@@
-2536,6
+2536,7
@@
class depgraph(object):
found_available_arg = True
if atom.use:
+ missing_iuse = False
for x in atom.use.required:
if x not in pkg.iuse.all and \
pkg.root_config.settings._iuse_implicit_re.match(x) is None: