summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-04-20 18:43:40 +0000
committerZac Medico <zmedico@gentoo.org>2007-04-20 18:43:40 +0000
commitcd69f1eeab2745c15226e5843084a06c2a535da3 (patch)
tree80e1126cba3a38dad3b001615b2874ec19203571 /bin
parent8088ca8bbe6b202f7377b28ef29292ebe4aa97ca (diff)
downloadportage-cd69f1eeab2745c15226e5843084a06c2a535da3.tar.gz
portage-cd69f1eeab2745c15226e5843084a06c2a535da3.tar.bz2
portage-cd69f1eeab2745c15226e5843084a06c2a535da3.zip
For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand calls. (trunk r6416:6417)
svn path=/main/branches/2.1.2/; revision=6418
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index 702e687a4..96c288c0e 100755
--- 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: