From bd726eea031f8a6d2eba2cfc04f7def3496f69da Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 20 May 2008 01:51:51 +0000 Subject: In vardbapi.aux_get(), don't mark cacheed metadata invalid just because some of the values are missing. (trunk r10375) svn path=/main/branches/2.1.2/; revision=10376 --- pym/portage.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pym/portage.py') diff --git a/pym/portage.py b/pym/portage.py index 85c65da24..14d4dbfc9 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -6919,7 +6919,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) -- cgit v1.2.3-1-g7c22