From 5c92cfaa7f6cc644d05b0eff15b0400e6eb30391 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 2 Dec 2006 08:14:49 +0000 Subject: Only attempt to verify the Manifest if the ebuild is actually in a portage tree. svn path=/main/trunk/; revision=5155 --- pym/portage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/portage.py b/pym/portage.py index 8d5e6ff5a..222e7420d 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3017,6 +3017,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0, _doebuild_manifest_exempt_depend = True if "strict" in features and \ + tree == "porttree" and \ mydo not in ("digest", "manifest", "help") and \ not _doebuild_manifest_exempt_depend: # Always verify the ebuild checksums before executing it. -- cgit v1.2.3-1-g7c22