From: Zac Medico Date: Sat, 7 Jul 2007 16:24:29 +0000 (-0000) Subject: Now that the "white" color code really is white, alias it to bold where it's used... X-Git-Tag: v2.1.3~79 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b83ad9cd2d6d4c6c6cc4bc2cea08c00c861dd9a8;p=portage.git Now that the "white" color code really is white, alias it to bold where it's used by emerge since white looks bad on a terminal with a white background. (trunk r7191) svn path=/main/branches/2.1.2/; revision=7192 --- diff --git a/bin/emerge b/bin/emerge index 6b7283b66..c86e16c7b 100755 --- 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