projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f82243
)
Make portdbapi.gvisible() use portdbapi._aux_cache_keys
author
Zac Medico
<zmedico@gentoo.org>
Fri, 2 Nov 2007 08:51:34 +0000
(08:51 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 2 Nov 2007 08:51:34 +0000
(08:51 -0000)
for metadata pulls.
svn path=/main/trunk/; revision=8381
pym/portage/dbapi/porttree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/porttree.py
b/pym/portage/dbapi/porttree.py
index 230c96cb637d122f384752089894bd6ef040ce27..e6238700db17c6745b6186cd5bc039a4ab21a8b9 100644
(file)
--- a/
pym/portage/dbapi/porttree.py
+++ b/
pym/portage/dbapi/porttree.py
@@
-709,7
+709,7
@@
class portdbapi(dbapi):
if mylist is None:
return []
newlist=[]
- aux_keys =
["IUSE", "KEYWORDS", "LICENSE", "EAPI", "SLOT"]
+ aux_keys =
self._aux_cache_keys
metadata = {}
local_config = self.mysettings.local_config
for mycpv in mylist: