MergeListItem: don't color "binary"
authorZac Medico <zmedico@gentoo.org>
Mon, 15 Oct 2012 02:59:37 +0000 (19:59 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 15 Oct 2012 02:59:37 +0000 (19:59 -0700)
pym/_emerge/MergeListItem.py

index 4ce2cd17f573b5fd4311ab417397227b4cfa6260..371e2e2e24a1a7cbde85899dda7608d65f2d239f 100644 (file)
@@ -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"