summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
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