From d9396b733d27df2bd12cf5ebd427a09c907cde37 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 5 Oct 2010 23:24:06 -0700 Subject: [PATCH] Use Atom.without_use in _show_unsatisfied_dep(). --- pym/_emerge/depgraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2