From 260790707b2414e81c4173d80326fd270cdb4e05 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 1 Nov 2007 21:14:06 +0000 Subject: In the 'there are no ebuilds to satisfy "foo"' message, discard null/ from failed cpv_expand category expansion. svn path=/main/trunk/; revision=8357 --- pym/_emerge/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pym/_emerge') diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 83e0d1af5..15771e154 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -2026,6 +2026,8 @@ class depgraph(object): xinfo = '"%s"' % atom if arg: xinfo='"%s"' % arg + # Discard null/ from failed cpv_expand category expansion. + xinfo = xinfo.replace("null/", "") if myparent: xfrom = '(dependency required by '+ \ green('"%s"' % myparent[2]) + \ -- cgit v1.2.3-1-g7c22