From: Zac Medico Date: Wed, 6 Oct 2010 06:24:06 +0000 (-0700) Subject: Use Atom.without_use in _show_unsatisfied_dep(). X-Git-Tag: v2.2_rc90~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=18c4197fc5ab7350ae6c2785ae4a62340d866927;p=portage.git Use Atom.without_use in _show_unsatisfied_dep(). --- 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