From 18c4197fc5ab7350ae6c2785ae4a62340d866927 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 5 Oct 2010 23:24:06 -0700 Subject: Use Atom.without_use in _show_unsatisfied_dep(). --- pym/_emerge/depgraph.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22