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 23:30:45 +0000 (16:30 -0700)
pym/_emerge/depgraph.py

index 838178c5279a33e551f3a0cd73e0f58dcd5a0935..7e99a24e896212169ff2ddb4f2cfc179d3756d1e 100644 (file)
@@ -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