From: Zac Medico Date: Fri, 2 Nov 2007 08:51:34 +0000 (-0000) Subject: Make portdbapi.gvisible() use portdbapi._aux_cache_keys X-Git-Tag: v2.2_pre1~462 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5696c6075ef17a90240231f493c53cb0bb158ec;p=portage.git Make portdbapi.gvisible() use portdbapi._aux_cache_keys for metadata pulls. svn path=/main/trunk/; revision=8381 --- 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: