From: Zac Medico Date: Thu, 29 Jan 2009 18:34:39 +0000 (-0000) Subject: Fix color in merge list [ebuild ] display, so it's the same regardless of X-Git-Tag: v2.2_rc24~237 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=40630b0ea19a6f6d1cc667d51903ef34d68247b4;p=portage.git Fix color in merge list [ebuild ] display, so it's the same regardless of $ROOT. svn path=/main/trunk/; revision=12560 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 5666acaa3..615b47848 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -8104,7 +8104,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: