projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13af7cb
)
Fix broken reference to portage._validate_cache_for_unsupported_eapis.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 21 Aug 2010 11:20:22 +0000
(
04:20
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 21 Aug 2010 11:20:22 +0000
(
04:20
-0700)
pym/portage/package/ebuild/config.py
patch
|
blob
|
history
diff --git
a/pym/portage/package/ebuild/config.py
b/pym/portage/package/ebuild/config.py
index c9c82cadc04bfac4f2dd87db2078f301c8c70427..572effd51252773d1031560c4881ca1b9aa4f662 100644
(file)
--- a/
pym/portage/package/ebuild/config.py
+++ b/
pym/portage/package/ebuild/config.py
@@
-1242,7
+1242,7
@@
class config(object):
self.features.add('chflags')
if 'parse-eapi-ebuild-head' in self.features:
- _validate_cache_for_unsupported_eapis = False
+
portage.
_validate_cache_for_unsupported_eapis = False
self._iuse_implicit_match = _iuse_implicit_match_cache(self)