projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d517a9
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 16 Jun 2008 14:40:30 +0000
(14:40 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 16 Jun 2008 14:40:30 +0000
(14:40 -0000)
svn path=/main/trunk/; revision=10673
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 2f88cd1aa43dba0a177b28ffe8f8220952efb906..b184630ac2166c61cdbf4b1d4f7bc4bf96bd11eb 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-531,7
+531,7
@@
class vardbapi(dbapi):
self._clear_cache(pkg_dblink)
def _clear_cache(self, pkg_dblink):
- # Due to 1 second mtime granularity in <
python-1
.5, mtime checks
+ # Due to 1 second mtime granularity in <
python-2
.5, mtime checks
# are not always sufficient to invalidate vardbapi caches. Therefore,
# the caches need to be actively invalidated here.
self.mtdircache.pop(pkg_dblink.cat, None)