From 74ff39526e1875687a5d1ae6a97e3d0aa6c1d0df Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 2 Dec 2006 21:57:00 +0000 Subject: Skip digest checks when digest is in features. svn path=/main/trunk/; revision=5159 --- pym/portage.py | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3-1-g7c22