projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724bd43
)
another annoy space bug
author
Alec Warner
<antarus@gentoo.org>
Fri, 12 Jan 2007 09:00:01 +0000
(09:00 -0000)
committer
Alec Warner
<antarus@gentoo.org>
Fri, 12 Jan 2007 09:00:01 +0000
(09:00 -0000)
svn path=/main/trunk/; revision=5602
pym/portage_dep.py
patch
|
blob
|
history
diff --git
a/pym/portage_dep.py
b/pym/portage_dep.py
index 59fa3a0f51ec184c903e4836fa5e22bda125a6a9..b13569822295691624234b31a5ff83cf5112c345 100644
(file)
--- a/
pym/portage_dep.py
+++ b/
pym/portage_dep.py
@@
-180,7
+180,7
@@
def use_reduce(deparray, uselist=[], masklist=[], matchall=0, excludeall=[]):
sys.stderr.write("Note: Nested use flags without parenthesis (Deprecated)\n")
warned = 1
if warned:
- sys.stderr.write(" --> "+"".join(map(str,[head]+newdeparray))+"\n")
+ sys.stderr.write(" --> "+"
".join(map(str,[head]+newdeparray))+"\n")
# Check that each flag matches
ismatch = True