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:43:40 +0000 (18:43 -0000)
committerZac 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

index 702e687a41f4ef42b6669b03bbc8f09cfe731d2f..96c288c0e7511ff3cf52f5075d5530468047a084 100755 (executable)
@@ -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: