projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1487ac
)
Bump vardbapi._owners_cache_version from 1 to 2 since hash value encoding
author
Zac Medico
<zmedico@gentoo.org>
Mon, 23 Feb 2009 03:16:05 +0000
(
03:16
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 23 Feb 2009 03:16:05 +0000
(
03:16
-0000)
is now hardcoded as utf_8.
svn path=/main/trunk/; revision=12690
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index c13af9263ba4c8132c5f1680d342d3f1f36bd46e..9a2cc2300f5c4406543747ea6291bc2512927a70 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-702,7
+702,7
@@
class vardbapi(dbapi):
"|".join(_excluded_dirs) + r')$')
_aux_cache_version = "1"
- _owners_cache_version = "
1
"
+ _owners_cache_version = "
2
"
# Number of uncached packages to trigger cache update, since
# it's wasteful to update it for every vdb change.