doebuild: allow_missing_manifests AttributeError
authorZac Medico <zmedico@gentoo.org>
Wed, 28 Sep 2011 13:46:19 +0000 (06:46 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 28 Sep 2011 13:46:19 +0000 (06:46 -0700)
pym/portage/package/ebuild/doebuild.py

index bd33d917cf80023ff17dc8c195d4cf83245156b5..b2f8c7744301859d16f8bbe84b29c51140bfb506 100644 (file)
@@ -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