From b83ad9cd2d6d4c6c6cc4bc2cea08c00c861dd9a8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 7 Jul 2007 16:24:29 +0000 Subject: 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 --- bin/emerge | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/emerge') 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 -- cgit v1.2.3-1-g7c22