From: Zac Medico Date: Wed, 28 Sep 2011 13:46:19 +0000 (-0700) Subject: doebuild: allow_missing_manifests AttributeError X-Git-Tag: v2.2.0_alpha60~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1f36702dbc1ce5e565b1d6e788d2c8e88f506edc;p=portage.git doebuild: allow_missing_manifests AttributeError --- diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package/ebuild/doebuild.py index bd33d917c..b2f8c7744 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, debug=0, listonly=0, 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(manifest_path)): + not (repo_config.allow_missing_manifest and not os.path.exists(manifest_path)): # Always verify the ebuild checksums before executing it. global _doebuild_broken_ebuilds