From: Zac Medico Date: Mon, 15 Oct 2012 02:59:37 +0000 (-0700) Subject: MergeListItem: don't color "binary" X-Git-Tag: v2.2.0_alpha139~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31aa12b5e72d8de7faa548bc498deb198f275cfd;p=portage.git MergeListItem: don't color "binary" --- diff --git a/pym/_emerge/MergeListItem.py b/pym/_emerge/MergeListItem.py index 4ce2cd17f..371e2e2e2 100644 --- a/pym/_emerge/MergeListItem.py +++ b/pym/_emerge/MergeListItem.py @@ -50,7 +50,7 @@ class MergeListItem(CompositeTask): pkg_color = "PKG_MERGE" if pkg.type_name == "binary": pkg_color = "PKG_BINARY_MERGE" - action_desc += " " + colorize(pkg_color, "binary") + action_desc += " binary" if build_opts.fetchonly: action_desc = "Fetching"