summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-10-05 23:24:06 -0700
committerZac Medico <zmedico@gentoo.org>2010-10-05 23:24:06 -0700
commit18c4197fc5ab7350ae6c2785ae4a62340d866927 (patch)
tree3579b529055661a6a20cfdb250db7d8c17d7b5b6 /pym
parent4d16db005ab82fd0b93c0d58897a2bc8433be282 (diff)
downloadportage-18c4197fc5ab7350ae6c2785ae4a62340d866927.tar.gz
portage-18c4197fc5ab7350ae6c2785ae4a62340d866927.tar.bz2
portage-18c4197fc5ab7350ae6c2785ae4a62340d866927.zip
Use Atom.without_use in _show_unsatisfied_dep().
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/depgraph.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 4540004ae..a2a95de3f 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -2146,7 +2146,8 @@ class depgraph(object):
a matching package has been masked by backtracking.
"""
backtrack_mask = False
- atom_set = InternalPackageSet(initial_atoms=(atom,), allow_repo=True)
+ atom_set = InternalPackageSet(initial_atoms=(atom.without_use,),
+ allow_repo=True)
xinfo = '"%s"' % atom.unevaluated_atom
if arg:
xinfo='"%s"' % arg