summaryrefslogtreecommitdiffstats
path: root/pym/portage
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-06 01:34:39 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-06 01:34:39 +0000
commit04e49b94eb44c62b966e4ed78a9ebbda6b09562d (patch)
tree154ec5ba7f009fd48cfa70d64725ee78cca66107 /pym/portage
parentd79d046ffe39504f0b67c90da083a241ce1a6946 (diff)
downloadportage-04e49b94eb44c62b966e4ed78a9ebbda6b09562d.tar.gz
portage-04e49b94eb44c62b966e4ed78a9ebbda6b09562d.tar.bz2
portage-04e49b94eb44c62b966e4ed78a9ebbda6b09562d.zip
Make satisfied blockers "darkblue" by default.
svn path=/main/trunk/; revision=10218
Diffstat (limited to 'pym/portage')
-rw-r--r--pym/portage/output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/output.py b/pym/portage/output.py
index 1562485bd..0cc6fda2c 100644
--- a/pym/portage/output.py
+++ b/pym/portage/output.py
@@ -149,7 +149,7 @@ 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_BLOCKER_SATISFIED"] = codes["darkblue"]
codes["PKG_MERGE"] = codes["darkgreen"]
codes["PKG_MERGE_SYSTEM"] = codes["darkgreen"]
codes["PKG_MERGE_WORLD"] = codes["green"]