summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-13 07:27:00 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-13 07:27:00 +0000
commitf673096927c2374be1c9455a761938daad6ff704 (patch)
tree24132a0708e18fc12e217cda249f2c56990d00cd /bin
parent1031a01fc897540d31bd3a27eadcb4e92196d9d3 (diff)
downloadportage-f673096927c2374be1c9455a761938daad6ff704.tar.gz
portage-f673096927c2374be1c9455a761938daad6ff704.tar.bz2
portage-f673096927c2374be1c9455a761938daad6ff704.zip
Use the BAD color class instead of hardcoded red. (trunk r8904)
svn path=/main/branches/2.1.2/; revision=8905
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
-rwxr-xr-xbin/repoman2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/emerge b/bin/emerge
index 93d9070a6..f174585c9 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -6050,7 +6050,7 @@ def action_build(settings, trees, mtimedb,
"with another package; the two packages cannot " + \
"be installed on the same system together. " + \
"Please use 'emerge --pretend' to determine blockers."
- prefix = red(" * ")
+ prefix = bad(" * ")
from textwrap import wrap
for line in wrap(msg, 70):
print prefix + line
diff --git a/bin/repoman b/bin/repoman
index 7ca861e78..bb12feec4 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -423,7 +423,7 @@ if isCvs and \
"pycrypto or enable python's ssl USE flag in order " \
"to enable RMD160 hash support. See bug #198398 for " \
"more information."
- prefix = red(" * ")
+ prefix = bad(" * ")
from textwrap import wrap
for line in wrap(msg, 70):
print prefix + line