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