From 52c2ddfa0e4732a39d2b62ef9420675cb9001fa4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 9 Apr 2007 02:45:43 +0000 Subject: Cache NEEDED in order to optimize update_library_map() calls. svn path=/main/trunk/; revision=6356 --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 757397364..2d1d7c126 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -48,7 +48,7 @@ class vardbapi(dbapi): vartree = db[root]["vartree"] self.vartree = vartree self._aux_cache_keys = set(["SLOT", "COUNTER", "PROVIDE", "USE", - "IUSE", "DEPEND", "RDEPEND", "PDEPEND"]) + "IUSE", "DEPEND", "RDEPEND", "PDEPEND", "NEEDED"]) self._aux_cache = None self._aux_cache_version = "1" self._aux_cache_filename = os.path.join(self.root, -- cgit v1.2.3-1-g7c22