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 1R8uUE-0000nC-AB for garchives@archives.gentoo.org; Wed, 28 Sep 2011 13:47:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20CEF21C036; Wed, 28 Sep 2011 13:47:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E3BB521C036 for ; Wed, 28 Sep 2011 13:47:36 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 534F91B4021 for ; Wed, 28 Sep 2011 13:47:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 62C5180042 for ; Wed, 28 Sep 2011 13:47:35 +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: <1f36702dbc1ce5e565b1d6e788d2c8e88f506edc.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/package/ebuild/doebuild.py X-VCS-Directories: pym/portage/package/ebuild/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 1f36702dbc1ce5e565b1d6e788d2c8e88f506edc Date: Wed, 28 Sep 2011 13:47:35 +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: b736f4ec5a4285dbe0850bfad23f00be commit: 1f36702dbc1ce5e565b1d6e788d2c8e88f506edc Author: Zac Medico gentoo org> AuthorDate: Wed Sep 28 13:46:19 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Sep 28 13:46:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D1f36702d doebuild: allow_missing_manifests AttributeError --- pym/portage/package/ebuild/doebuild.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package= /ebuild/doebuild.py index bd33d91..b2f8c77 100644 --- a/pym/portage/package/ebuild/doebuild.py +++ b/pym/portage/package/ebuild/doebuild.py @@ -496,7 +496,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debu= g=3D0, listonly=3D0, not repo_config.thin_manifest and \ mydo not in ("digest", "manifest", "help") and \ not portage._doebuild_manifest_exempt_depend and \ - not (repo_config.allow_missing_manifests and not os.path.exists(manife= st_path)): + not (repo_config.allow_missing_manifest and not os.path.exists(manifes= t_path)): # Always verify the ebuild checksums before executing it. global _doebuild_broken_ebuilds =20