From 1f36702dbc1ce5e565b1d6e788d2c8e88f506edc Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 28 Sep 2011 06:46:19 -0700 Subject: doebuild: allow_missing_manifests AttributeError --- pym/portage/package/ebuild/doebuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22