projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3e9be9
)
MergeListItem: don't color "binary"
author
Zac Medico
<zmedico@gentoo.org>
Mon, 15 Oct 2012 02:59:37 +0000
(19:59 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 15 Oct 2012 02:59:37 +0000
(19:59 -0700)
pym/_emerge/MergeListItem.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/MergeListItem.py
b/pym/_emerge/MergeListItem.py
index 4ce2cd17f573b5fd4311ab417397227b4cfa6260..371e2e2e24a1a7cbde85899dda7608d65f2d239f 100644
(file)
--- 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"