From: Zac Medico Date: Sat, 2 Dec 2006 21:57:00 +0000 (-0000) Subject: Skip digest checks when digest is in features. X-Git-Tag: v2.1.2~408 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=74ff39526e1875687a5d1ae6a97e3d0aa6c1d0df;p=portage.git Skip digest checks when digest is in features. svn path=/main/trunk/; revision=5159 --- diff --git a/pym/portage.py b/pym/portage.py index 285acb57a..d6602dd34 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3013,6 +3013,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0, global _doebuild_manifest_exempt_depend if "strict" in features and \ + "digest" not in features and \ tree == "porttree" and \ mydo not in ("digest", "manifest", "help") and \ not _doebuild_manifest_exempt_depend: