projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53d8506
)
Use Atom.without_use in _show_unsatisfied_dep().
author
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Oct 2010 06:24:06 +0000
(23:24 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Oct 2010 23:30:45 +0000
(16:30 -0700)
pym/_emerge/depgraph.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/depgraph.py
b/pym/_emerge/depgraph.py
index 838178c5279a33e551f3a0cd73e0f58dcd5a0935..7e99a24e896212169ff2ddb4f2cfc179d3756d1e 100644
(file)
--- a/
pym/_emerge/depgraph.py
+++ b/
pym/_emerge/depgraph.py
@@
-2163,7
+2163,7
@@
class depgraph(object):
a matching package has been masked by backtracking.
"""
backtrack_mask = False
- atom_set = InternalPackageSet(initial_atoms=(atom,))
+ atom_set = InternalPackageSet(initial_atoms=(atom
.without_use
,))
xinfo = '"%s"' % atom.unevaluated_atom
if arg:
xinfo='"%s"' % arg