diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-12-02 21:57:00 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-12-02 21:57:00 +0000 |
commit | 74ff39526e1875687a5d1ae6a97e3d0aa6c1d0df (patch) | |
tree | df8117edc35d37f5caea16d285a84bf6388dda3d | |
parent | 4ee2b922410063adabf3ca0bc62e0864c99b6339 (diff) | |
download | portage-74ff39526e1875687a5d1ae6a97e3d0aa6c1d0df.tar.gz portage-74ff39526e1875687a5d1ae6a97e3d0aa6c1d0df.tar.bz2 portage-74ff39526e1875687a5d1ae6a97e3d0aa6c1d0df.zip |
Skip digest checks when digest is in features.
svn path=/main/trunk/; revision=5159
-rw-r--r-- | pym/portage.py | 1 |
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: |