Use Atom.without_use in _show_unsatisfied_dep().
authorZac Medico <zmedico@gentoo.org>
Wed, 6 Oct 2010 06:24:06 +0000 (23:24 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 6 Oct 2010 06:24:06 +0000 (23:24 -0700)
pym/_emerge/depgraph.py

index 4540004aeaf3506aecf2333b9426579cd16ea0dc..a2a95de3fd013b84e68bed3bdc5eada0320519fb 100644 (file)
@@ -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