From: Zac Medico Date: Mon, 15 Feb 2010 20:46:04 +0000 (-0000) Subject: Cache BUILD_TIME in vdb_metadata.pickle. X-Git-Tag: v2.2_rc63~44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=843502779ff66be339eb1813c4040d64bee9dfcd;p=portage.git Cache BUILD_TIME in vdb_metadata.pickle. svn path=/main/trunk/; revision=15358 --- diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index e0dd4a707..a1327e845 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -835,7 +835,7 @@ class vardbapi(dbapi): vartree = db[root]["vartree"] self.vartree = vartree self._aux_cache_keys = set( - ["CHOST", "COUNTER", "DEPEND", "DESCRIPTION", + ["BUILD_TIME", "CHOST", "COUNTER", "DEPEND", "DESCRIPTION", "EAPI", "HOMEPAGE", "IUSE", "KEYWORDS", "LICENSE", "PDEPEND", "PROPERTIES", "PROVIDE", "RDEPEND", "repository", "RESTRICT" , "SLOT", "USE"])