projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3c0183
)
Fix typo from previous commit.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 28 Apr 2010 08:17:09 +0000
(
01:17
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 28 Apr 2010 08:17:09 +0000
(
01:17
-0700)
pym/portage/dbapi/bintree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index e219244f6c6c0b31b589c9bf32376546b1b16531..0f7d56810bdacba3b47e83ad0a5618c5489b97f4 100644
(file)
--- 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)