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

bin/emerge
bin/repoman

index 93d9070a62acb4cb2b8495cb7e9f90f32c5e22b2..f174585c91de7095dcf2597e29125618869262c6 100755 (executable)
@@ -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
index 7ca861e789de5aa6ff402f3d37cad1e6728fb553..bb12feec484d634df4631ee577d15c3442aaf5c6 100755 (executable)
@@ -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