Fix broken reference to portage._validate_cache_for_unsupported_eapis.
authorZac Medico <zmedico@gentoo.org>
Sat, 21 Aug 2010 11:20:22 +0000 (04:20 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 21 Aug 2010 11:20:22 +0000 (04:20 -0700)
pym/portage/package/ebuild/config.py

index c9c82cadc04bfac4f2dd87db2078f301c8c70427..572effd51252773d1031560c4881ca1b9aa4f662 100644 (file)
@@ -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)