From: Zac Medico Date: Thu, 1 Nov 2007 21:14:06 +0000 (-0000) Subject: In the 'there are no ebuilds to satisfy "foo"' message, discard X-Git-Tag: v2.2_pre1~469 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=260790707b2414e81c4173d80326fd270cdb4e05;p=portage.git In the 'there are no ebuilds to satisfy "foo"' message, discard null/ from failed cpv_expand category expansion. svn path=/main/trunk/; revision=8357 --- 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]) + \