projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a09487b
)
Fix missing red import.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 22 May 2007 20:46:49 +0000
(20:46 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 22 May 2007 20:46:49 +0000
(20:46 -0000)
svn path=/main/trunk/; revision=6583
pym/portage/dbapi/bintree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index 030f03163bd77a436ac679cb7f0ca610d7ff9734..ded6098c1d18287cc779a3886f966dd7364c184c 100644
(file)
--- a/
pym/portage/dbapi/bintree.py
+++ b/
pym/portage/dbapi/bintree.py
@@
-515,7
+515,7
@@
class binarytree(object):
f.close()
if getbinpkgs and not self.settings["PORTAGE_BINHOST"]:
- writemsg(
red("!!! PORTAGE_BINHOST unset, but use is requested.\n")
,
+ writemsg(
"!!! PORTAGE_BINHOST unset, but use is requested.\n"
,
noiselevel=-1)
if getbinpkgs and \