summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-13 07:25:20 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-13 07:25:20 +0000
commitec38501b8c759d7d8cd35a5b04d075ffab05a6be (patch)
tree9e29957a17da05b39021fec8184b4fe361c83471 /bin/repoman
parent5345fd5dff66e78800046dcd349e7f45ace59526 (diff)
downloadportage-ec38501b8c759d7d8cd35a5b04d075ffab05a6be.tar.gz
portage-ec38501b8c759d7d8cd35a5b04d075ffab05a6be.tar.bz2
portage-ec38501b8c759d7d8cd35a5b04d075ffab05a6be.zip
Use the BAD color class instead of hardcoded red.
svn path=/main/trunk/; revision=8904
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 96937a073..7d71d07af 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -429,7 +429,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