Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: zmedico
Date: 2008-06-16 11:33:14 +0000 (Mon, 16 Jun 2008)
New Revision: 10668
Modified:
main/branches/2.1.2/bin/emerge
Log:
Re-enable vardbapi.cpv_all() cache now that bug #223417 is solved.
(trunk r10661)
Modified: main/branches/2.1.2/bin/emerge
===================================================================
--- main/branches/2.1.2/bin/emerge 2008-06-16 11:30:39 UTC (rev 10667)
+++ main/branches/2.1.2/bin/emerge 2008-06-16 11:33:14 UTC (rev 10668)
@@ -1176,7 +1176,7 @@
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:
--
gentoo-commits@g.o mailing list
|
|