From: Zac Medico Date: Mon, 7 Mar 2011 17:34:02 +0000 (-0800) Subject: portdbapi: source ebuilds when eclass dir missing X-Git-Tag: v2.1.9.43~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc487168cbf3f174bc45318ac1c56f60276c91d9;p=portage.git portdbapi: source ebuilds when eclass dir missing This will fix bug #357581. --- 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