summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-12-02 21:57:00 +0000
committerZac Medico <zmedico@gentoo.org>2006-12-02 21:57:00 +0000
commit74ff39526e1875687a5d1ae6a97e3d0aa6c1d0df (patch)
treedf8117edc35d37f5caea16d285a84bf6388dda3d /pym
parent4ee2b922410063adabf3ca0bc62e0864c99b6339 (diff)
downloadportage-74ff39526e1875687a5d1ae6a97e3d0aa6c1d0df.tar.gz
portage-74ff39526e1875687a5d1ae6a97e3d0aa6c1d0df.tar.bz2
portage-74ff39526e1875687a5d1ae6a97e3d0aa6c1d0df.zip
Skip digest checks when digest is in features.
svn path=/main/trunk/; revision=5159
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py1
1 files changed, 1 insertions, 0 deletions
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: