public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15358 - main/trunk/pym/portage/dbapi
@ 2010-02-15 20:46 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-02-15 20:46 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-02-15 20:46:04 +0000 (Mon, 15 Feb 2010)
New Revision: 15358

Modified:
   main/trunk/pym/portage/dbapi/vartree.py
Log:
Cache BUILD_TIME in vdb_metadata.pickle.


Modified: main/trunk/pym/portage/dbapi/vartree.py
===================================================================
--- main/trunk/pym/portage/dbapi/vartree.py	2010-02-15 20:44:35 UTC (rev 15357)
+++ main/trunk/pym/portage/dbapi/vartree.py	2010-02-15 20:46:04 UTC (rev 15358)
@@ -835,7 +835,7 @@
 			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"])




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-15 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15 20:46 [gentoo-commits] portage r15358 - main/trunk/pym/portage/dbapi Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox