From e0c9d0a2adf6bf1bea2ee571f11fc67b386dc9e7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 2 Nov 2007 08:52:37 +0000 Subject: Make portdbapi.gvisible() use portdbapi._aux_cache_keys for metadata pulls. (trunk r8381) svn path=/main/branches/2.1.2/; revision=8382 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22