From: Zac Medico Date: Mon, 16 Jun 2008 11:33:14 +0000 (-0000) Subject: Re-enable vardbapi.cpv_all() cache now that bug #223417 is solved. X-Git-Tag: v2.1.5.6~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3b1d3cc4e9e739064f78d098e38a5f3d43e3c951;p=portage.git Re-enable vardbapi.cpv_all() cache now that bug #223417 is solved. (trunk r10661) svn path=/main/branches/2.1.2/; revision=10668 --- diff --git a/bin/emerge b/bin/emerge index 6921b7d1d..18a4b5c39 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1176,7 +1176,7 @@ class FakeVartree(portage.vartree): vdb_lock = portage_locks.lockdir(vdb_path) real_dbapi = real_vartree.dbapi slot_counters = {} - for cpv in real_dbapi.cpv_all(use_cache=0): + for cpv in real_dbapi.cpv_all(): cache_key = ("installed", self.root, cpv, "nomerge") pkg = self._pkg_cache.get(cache_key) if pkg is not None: