projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e5603e
)
Fix typo. (trunk r10673)
author
Zac Medico
<zmedico@gentoo.org>
Mon, 16 Jun 2008 14:41:00 +0000
(14:41 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 16 Jun 2008 14:41:00 +0000
(14:41 -0000)
svn path=/main/branches/2.1.2/; revision=10674
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 9231d9c0757edde4f49cb9d7a37596fc3fdbd485..77ce475bd9e07833451b88396728aa46aed9d68d 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-6558,7
+6558,7
@@
class dbapi(object):
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)