From: Zac Medico Date: Fri, 20 Apr 2007 18:43:40 +0000 (-0000) Subject: For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand calls... X-Git-Tag: v2.1.2.5~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd69f1eeab2745c15226e5843084a06c2a535da3;p=portage.git 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 --- 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: