summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2e5f8cec8..bcf64dc41 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -464,8 +464,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