projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9ca497
)
Cache BUILD_TIME in vdb_metadata.pickle. (trunk r15358)
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:21:04 +0000
(20:21 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:21:04 +0000
(20:21 -0000)
svn path=/main/branches/2.1.7/; revision=15585
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index c2885b15c1468b152445c63500fea2d631d03d44..23555d13d9ba7fd024ec1de44d0649fcfa6ae27f 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-114,7
+114,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"])