summaryrefslogtreecommitdiffstats
path: root/pym/output.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-06 00:16:31 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-06 00:16:31 +0000
commitd7e00208d4e4957c3cc4ae443b14b9cdf27a4e0d (patch)
tree37b40620aafd34de3b7b1101f27366bfaa6dac03 /pym/output.py
parentbb05db87381f30b5de103548983f61ac154f9f3a (diff)
downloadportage-d7e00208d4e4957c3cc4ae443b14b9cdf27a4e0d.tar.gz
portage-d7e00208d4e4957c3cc4ae443b14b9cdf27a4e0d.tar.bz2
portage-d7e00208d4e4957c3cc4ae443b14b9cdf27a4e0d.zip
Display satisfied blockers in green and show a small "b" instead of a
big "B" (similar to "f" for satisfied fetch restrictions). (trunk r10214) svn path=/main/branches/2.1.2/; revision=10215
Diffstat (limited to 'pym/output.py')
-rw-r--r--pym/output.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/output.py b/pym/output.py
index ce43f84fb..d9fc84690 100644
--- a/pym/output.py
+++ b/pym/output.py
@@ -142,6 +142,8 @@ codes["INFORM"] = codes["darkgreen"]
codes["UNMERGE_WARN"] = codes["red"]
codes["SECURITY_WARN"] = codes["red"]
codes["MERGE_LIST_PROGRESS"] = codes["yellow"]
+codes["PKG_BLOCKER"] = codes["red"]
+codes["PKG_BLOCKER_SATISFIED"] = codes["green"]
codes["PKG_MERGE"] = codes["darkgreen"]
codes["PKG_MERGE_SYSTEM"] = codes["darkgreen"]
codes["PKG_MERGE_WORLD"] = codes["green"]