From ec38501b8c759d7d8cd35a5b04d075ffab05a6be Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 13 Dec 2007 07:25:20 +0000 Subject: [PATCH] Use the BAD color class instead of hardcoded red. svn path=/main/trunk/; revision=8904 --- bin/repoman | 2 +- pym/_emerge/__init__.py | 2 +- 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 -- 2.26.2