projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee2b92
)
Skip digest checks when digest is in features.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 2 Dec 2006 21:57:00 +0000
(21:57 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 2 Dec 2006 21:57:00 +0000
(21:57 -0000)
svn path=/main/trunk/; revision=5159
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 285acb57acd07eb6640090b1702145570d69c77b..d6602dd3406fa30d65b66fee2740d1e73efb5571 100644
(file)
--- 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: