projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6dc59
)
Bug #265768 - When initializing the eclass cache, use the correct location.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Apr 2009 07:08:01 +0000
(07:08 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Apr 2009 07:08:01 +0000
(07:08 -0000)
(trunk r13328)
svn path=/main/branches/2.1.6/; revision=13493
pym/portage/cache/metadata.py
patch
|
blob
|
history
diff --git
a/pym/portage/cache/metadata.py
b/pym/portage/cache/metadata.py
index e3f6fc57121a87bff42fdfa47c1ed06959fa4ba0..e988451f4a163b5630da7910eab7f0427489ebe4 100644
(file)
--- a/
pym/portage/cache/metadata.py
+++ b/
pym/portage/cache/metadata.py
@@
-54,7
+54,7
@@
class database(flat_hash.database):
if "_eclasses_" not in d:
if "INHERITED" in d:
if self.ec is None:
- self.ec = portage.eclass_cache.cache(self.location)
+ self.ec = portage.eclass_cache.cache(self.location
[:-15]
)
try:
d["_eclasses_"] = self.ec.get_eclass_data(
d["INHERITED"].split())