From: Zac Medico Date: Fri, 2 Nov 2007 08:52:37 +0000 (-0000) Subject: Make portdbapi.gvisible() use portdbapi._aux_cache_keys X-Git-Tag: v2.1.3.19~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0c9d0a2adf6bf1bea2ee571f11fc67b386dc9e7;p=portage.git Make portdbapi.gvisible() use portdbapi._aux_cache_keys for metadata pulls. (trunk r8381) svn path=/main/branches/2.1.2/; revision=8382 --- diff --git a/pym/portage.py b/pym/portage.py index 0c7bde585..c9f70fd6a 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -6879,7 +6879,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 getMissingKeywords = self.mysettings._getMissingKeywords