From d5696c6075ef17a90240231f493c53cb0bb158ec Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 2 Nov 2007 08:51:34 +0000 Subject: Make portdbapi.gvisible() use portdbapi._aux_cache_keys for metadata pulls. svn path=/main/trunk/; revision=8381 --- 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 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: -- cgit v1.2.3-1-g7c22