From: Zac Medico Date: Fri, 20 Apr 2007 18:42:22 +0000 (-0000) Subject: For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand calls. X-Git-Tag: v2.2_pre1~1482 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa52fa26ca38c145fd34a15476bd042f027bde41;p=portage.git For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand calls. svn path=/main/trunk/; revision=6417 --- diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py index 313098ca9..3a434fb0f 100644 --- 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: