From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PzAb4-0000DD-6G for garchives@archives.gentoo.org; Mon, 14 Mar 2011 16:26:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59B7C1C044; Mon, 14 Mar 2011 16:24:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 28FE31C044 for ; Mon, 14 Mar 2011 16:24:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1D6C1B4131 for ; Mon, 14 Mar 2011 16:24:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 11E968006D for ; Mon, 14 Mar 2011 16:24:44 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:2.1.9 commit in: pym/portage/dbapi/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/dbapi/porttree.py X-VCS-Directories: pym/portage/dbapi/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: bc487168cbf3f174bc45318ac1c56f60276c91d9 Date: Mon, 14 Mar 2011 16:24:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 95ea79bac9ec627c97386ccd09e23236 commit: bc487168cbf3f174bc45318ac1c56f60276c91d9 Author: Zac Medico gentoo org> AuthorDate: Mon Mar 7 17:34:02 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Mar 14 16:22:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dbc487168 portdbapi: source ebuilds when eclass dir missing This will fix bug #357581. --- pym/portage/dbapi/porttree.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.p= y index a407b9d..e1340d1 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) =20 self.doebuild_settings.setcpv(mycpv) eapi =3D None