From bc487168cbf3f174bc45318ac1c56f60276c91d9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 7 Mar 2011 09:34:02 -0800 Subject: portdbapi: source ebuilds when eclass dir missing This will fix bug #357581. --- pym/portage/dbapi/porttree.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22