For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand calls.
authorZac Medico <zmedico@gentoo.org>
Fri, 20 Apr 2007 18:42:22 +0000 (18:42 -0000)
committerZac 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

index 313098ca9ce819124539dee5f56fa6fcb4149d5b..3a434fb0f492ef0841e3b0e4cc97a412adcaaa05 100644 (file)
@@ -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: