From: Zac Medico Date: Fri, 18 Feb 2011 15:15:15 +0000 (-0800) Subject: unmerge: don't show null/ cat in unmatched atoms X-Git-Tag: v2.1.9.41~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f6f5579be8e647702163e9fcc9f146b2ed4a444;p=portage.git unmerge: don't show null/ cat in unmatched atoms This will fix bug #269534. --- diff --git a/pym/_emerge/unmerge.py b/pym/_emerge/unmerge.py index e1d400f81..df95f699a 100644 --- a/pym/_emerge/unmerge.py +++ b/pym/_emerge/unmerge.py @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import print_function @@ -186,7 +186,7 @@ def unmerge(root_config, myopts, unmerge_action, mymatch = localtree.dep_match(x) if not mymatch: portage.writemsg("\n--- Couldn't find '%s' to %s.\n" % \ - (x, unmerge_action), noiselevel=-1) + (x.replace("null/", ""), unmerge_action), noiselevel=-1) continue pkgmap.append(