diff options
-rw-r--r-- | pym/portage/dbapi/bintree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index e219244f6..0f7d56810 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) |