summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-20 01:51:12 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-20 01:51:12 +0000
commit77c1ecc2c7c016e1e815743d8a46899c16acc47e (patch)
treeebdc9a0309e7b8c2a5225bbb8a23c9195d15249f /pym
parente91945cd3bb16a6a6d4c8e11d43891bd4b4fc2b1 (diff)
downloadportage-77c1ecc2c7c016e1e815743d8a46899c16acc47e.tar.gz
portage-77c1ecc2c7c016e1e815743d8a46899c16acc47e.tar.bz2
portage-77c1ecc2c7c016e1e815743d8a46899c16acc47e.zip
In vardbapi.aux_get(), don't mark cacheed metadata invalid just because
some of the values are missing. svn path=/main/trunk/; revision=10375
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/vartree.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index fc0fca28d..87fff90d1 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -634,7 +634,6 @@ class vardbapi(dbapi):
if cache_incomplete:
# Allow self._aux_cache_keys to change without a cache version
# bump and efficiently recycle partial cache whenever possible.
- cache_valid = False
pull_me = cache_incomplete.union(wants)
else:
pull_me = set(wants).difference(cache_these)