summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pym/portage/dbapi/bintree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index e219244f..0f7d5681 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -951,7 +951,7 @@ class binarytree(object):
# Discard cached metadata to ensure that _pkgindex_entry
# doesn't return stale metadata.
- self._aux_cache.pop(cpv, None)
+ self.dbapi._aux_cache.pop(cpv, None)
try:
d = self._pkgindex_entry(cpv)