From 898ac8623145589b4043957d75fdb41151b31b97 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 16 Jun 2010 10:58:51 -0700 Subject: Show unevaluated atoms when displaying unsatisfied deps. --- bin/repoman | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index be1125a34..324ad2ea2 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1889,7 +1889,8 @@ for x in scanlist: if atoms: #we have some unsolvable deps #remove ! deps, which always show up as unsatisfiable - atoms = [str(atom) for atom in atoms if not atom.blocker] + atoms = [str(atom.unevaluated_atom) \ + for atom in atoms if not atom.blocker] #if we emptied out our list, continue: if not atoms: continue -- cgit v1.2.3-1-g7c22