summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-03-07 09:34:02 -0800
committerZac Medico <zmedico@gentoo.org>2011-03-14 09:22:08 -0700
commitbc487168cbf3f174bc45318ac1c56f60276c91d9 (patch)
tree11d227375c1a4336b700eaed654cb318db93652a
parent1e4cde5799c281bc4541e2f8f4e3def7ad335fc5 (diff)
downloadportage-bc487168cbf3f174bc45318ac1c56f60276c91d9.tar.gz
portage-bc487168cbf3f174bc45318ac1c56f60276c91d9.tar.bz2
portage-bc487168cbf3f174bc45318ac1c56f60276c91d9.zip
portdbapi: source ebuilds when eclass dir missing
This will fix bug #357581.
-rw-r--r--pym/portage/dbapi/porttree.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index a407b9d35..e1340d18b 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -554,8 +554,6 @@ class portdbapi(dbapi):
if doregen:
if myebuild in self._broken_ebuilds:
raise KeyError(mycpv)
- if not self._have_root_eclass_dir:
- raise KeyError(mycpv)
self.doebuild_settings.setcpv(mycpv)
eapi = None