projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed9982d
)
Fix cp_list mytree argument for match-all.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 23 Sep 2011 19:52:58 +0000
(12:52 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 23 Sep 2011 19:52:58 +0000
(12:52 -0700)
This is a regression from commit
3d07f74a2fb2e0480e126335f6981218f60da824
.
pym/portage/dbapi/porttree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/porttree.py
b/pym/portage/dbapi/porttree.py
index e3fe9a9111e1a5e29264013b004172b25655b4bf..1354124302c0723656411953d2a2edca30fa6786 100644
(file)
--- 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=
my
tree)))
+ self.cp_list(mykey, mytree=tree)))
myval = list(myval)
if len(myval) > 1:
self._cpv_sort_ascending(myval)