projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f99850
)
Now that the "white" color code really is white, alias it to bold where it's used...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 7 Jul 2007 16:24:29 +0000
(16:24 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 7 Jul 2007 16:24:29 +0000
(16:24 -0000)
svn path=/main/branches/2.1.2/; revision=7192
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 6b7283b6611e690b167766155ca1cf1f6a3a4334..c86e16c7b036c1c606517316a7bfbfe240a7223d 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-40,6
+40,8
@@
from output import blue, bold, colorize, darkblue, darkgreen, darkred, green, \
from output import create_color_func
good = create_color_func("GOOD")
bad = create_color_func("BAD")
+# white looks bad on terminals with white background
+from output import bold as white
import portage_dep
portage_dep._dep_check_strict = True