From: Zac Medico Date: Thu, 7 Jul 2011 17:20:58 +0000 (-0700) Subject: ebuild(1): allow-missing-manifests for fetch X-Git-Tag: v2.2.0_alpha44~51 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=62712db56bb863b4eb0a9d9c52e7b2c3ad38df66;p=portage.git ebuild(1): allow-missing-manifests for fetch --- diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package/ebuild/doebuild.py index 267f4aff7..28ae459b7 100644 --- a/pym/portage/package/ebuild/doebuild.py +++ b/pym/portage/package/ebuild/doebuild.py @@ -765,8 +765,11 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0, fetchme = aalist else: fetchme = alist + allow_missing_manifests = \ + "allow-missing-manifests" in mysettings.features if not fetch(fetchme, mysettings, listonly=listonly, - fetchonly=fetchonly): + fetchonly=fetchonly, + allow_missing_digests=allow_missing_manifests): spawn_nofetch(mydbapi, myebuild, settings=mysettings) if listonly: # The convention for listonly mode is to report