svn path=/main/trunk/; revision=8904
"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
"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