projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8088ca8
)
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:43:40 +0000
(18:43 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Apr 2007 18:43:40 +0000
(18:43 -0000)
svn path=/main/branches/2.1.2/; revision=6418
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 702e687a41f4ef42b6669b03bbc8f09cfe731d2f..96c288c0e7511ff3cf52f5075d5530468047a084 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-4290,7
+4290,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: