From: Zac Medico Date: Wed, 11 Mar 2009 03:29:40 +0000 (-0000) Subject: Fix color in merge list [ebuild ] display, so it's the same regardless of X-Git-Tag: v2.1.6.8~231 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=74292539f68dcbd6e8a408e0ea9fa815e9b0c3e6;p=portage.git Fix color in merge list [ebuild ] display, so it's the same regardless of $ROOT. (trunk r12560) svn path=/main/branches/2.1.6/; revision=12846 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 785e16478..a0eb540ca 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -8088,7 +8088,7 @@ class depgraph(object): if not pkg_merge: myprint = "[%s] " % pkgprint(pkg_status.ljust(13)) else: - myprint = "[" + pkg_type + " " + addl + "] " + myprint = "[%s %s] " % (pkgprint(pkg_type), addl) myprint += indent + pkgprint(pkg_key) + " " + \ myoldbest + darkgreen("to " + myroot) else: