projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98c30b8
)
For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand calls.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Apr 2007 18:42:22 +0000
(18:42 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Apr 2007 18:42:22 +0000
(18:42 -0000)
svn path=/main/trunk/; revision=6417
pym/emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/emerge/__init__.py
b/pym/emerge/__init__.py
index 313098ca9ce819124539dee5f56fa6fcb4149d5b..3a434fb0f492ef0841e3b0e4cc97a412adcaaa05 100644
(file)
--- a/
pym/emerge/__init__.py
+++ b/
pym/emerge/__init__.py
@@
-4375,7
+4375,7
@@
def action_regen(settings, portdb):
dead_nodes = None
break
for x in mynodes:
- mymatches = portdb.
xmatch("match-all",
x)
+ mymatches = portdb.
cp_list(
x)
portage.writemsg_stdout("processing %s\n" % x)
for y in mymatches:
try: