summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-02 08:51:34 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-02 08:51:34 +0000
commitd5696c6075ef17a90240231f493c53cb0bb158ec (patch)
treebdf07d704d10c31dc5b9d5b49d745e793bb978ce /pym
parent0f8224372d3ac2d3eb85e16077cdd52ad82f3bc7 (diff)
downloadportage-d5696c6075ef17a90240231f493c53cb0bb158ec.tar.gz
portage-d5696c6075ef17a90240231f493c53cb0bb158ec.tar.bz2
portage-d5696c6075ef17a90240231f493c53cb0bb158ec.zip
Make portdbapi.gvisible() use portdbapi._aux_cache_keys
for metadata pulls. svn path=/main/trunk/; revision=8381
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/porttree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index 230c96cb6..e6238700d 100644
--- 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: