From: Zac Medico Date: Wed, 28 Apr 2010 08:17:09 +0000 (-0700) Subject: Fix typo from previous commit. X-Git-Tag: v2.2_rc68~626 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=13e7e7277b50c525c31588e52953b9defbe07e8b;p=portage.git Fix typo from previous commit. --- 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)