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.1.9.14~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d9396b733d27df2bd12cf5ebd427a09c907cde37;p=portage.git Use Atom.without_use in _show_unsatisfied_dep(). --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 838178c52..7e99a24e8 100644 --- 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