projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca9d2d3
)
Cache NEEDED in order to optimize update_library_map() calls.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 9 Apr 2007 02:45:43 +0000
(
02:45
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 9 Apr 2007 02:45:43 +0000
(
02:45
-0000)
svn path=/main/trunk/; revision=6356
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 7573973641e6fc4b1f4506f4afef1914524c5dbe..2d1d7c126bfd3129d44f5b41bdd28765aee1f058 100644
(file)
--- 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,