From aa52fa26ca38c145fd34a15476bd042f027bde41 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 20 Apr 2007 18:42:22 +0000 Subject: For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand calls. svn path=/main/trunk/; revision=6417 --- pym/emerge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/emerge') 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: -- cgit v1.2.3-1-g7c22