Use the BAD color class instead of hardcoded red.
authorZac Medico <zmedico@gentoo.org>
Thu, 13 Dec 2007 07:25:20 +0000 (07:25 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 13 Dec 2007 07:25:20 +0000 (07:25 -0000)
svn path=/main/trunk/; revision=8904

bin/repoman
pym/_emerge/__init__.py

index 96937a0734b50e77dde41875c826ceb36fa305c9..7d71d07af68a86fcfdb42ad1c8cbb6044edfc429 100755 (executable)
@@ -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
index 74884ab0acfa6889ef959a0d4a717bda936bfb26..a6480530aa482e135629c79906a34ccb39b0f27b 100644 (file)
@@ -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