From: Zac Medico Date: Mon, 9 Apr 2007 02:45:43 +0000 (-0000) Subject: Cache NEEDED in order to optimize update_library_map() calls. X-Git-Tag: v2.2_pre1~1502 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52c2ddfa0e4732a39d2b62ef9420675cb9001fa4;p=portage.git Cache NEEDED in order to optimize update_library_map() calls. svn path=/main/trunk/; revision=6356 --- 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,