From 0666aa9e6c88cdeaf5806dda27e40eb96df9db86 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 23 Sep 2011 12:52:58 -0700 Subject: Fix cp_list mytree argument for match-all. This is a regression from commit 3d07f74a2fb2e0480e126335f6981218f60da824. --- pym/portage/dbapi/porttree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index e3fe9a911..135412430 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -867,7 +867,7 @@ class portdbapi(dbapi): for tree in self.porttrees: repo = self.repositories.get_name_for_location(tree) myval.update(self._iter_match(mydep.with_repo(repo), - self.cp_list(mykey, mytree=mytree))) + self.cp_list(mykey, mytree=tree))) myval = list(myval) if len(myval) > 1: self._cpv_sort_ascending(myval) -- cgit v1.2.3-1-g7c22