summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 7f33a2a5b..d1b8a7354 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -2523,6 +2523,10 @@ def doebuild_environment(myebuild, mydo, myroot, mysettings, debug, use_cache, m
myso=os.uname()[2]
mysettings["KVERS"]=myso[1]
+ # Allow color.map to control colors associated with einfo, ewarn, etc...
+ for c in ("GOOD", "WARN", "BAD", "HILITE", "BRACKET"):
+ mysettings[c] = output.codes[c]
+
def prepare_build_dirs(myroot, mysettings, cleanup):
clean_dirs = [mysettings["HOME"]]