summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman2
-rw-r--r--pym/_emerge/__init__.py2
2 files changed, 2 insertions, 2 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
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 74884ab0a..a6480530a 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -6538,7 +6538,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