summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-12-02 08:14:49 +0000
committerZac Medico <zmedico@gentoo.org>2006-12-02 08:14:49 +0000
commit5c92cfaa7f6cc644d05b0eff15b0400e6eb30391 (patch)
treedbc1ceb9907bffd935641bd06ff1a88dd7736a11
parentb5c55ff25897c707c41ce615dae2570aa1e7780e (diff)
downloadportage-5c92cfaa7f6cc644d05b0eff15b0400e6eb30391.tar.gz
portage-5c92cfaa7f6cc644d05b0eff15b0400e6eb30391.tar.bz2
portage-5c92cfaa7f6cc644d05b0eff15b0400e6eb30391.zip
Only attempt to verify the Manifest if the ebuild is actually in a portage tree.
svn path=/main/trunk/; revision=5155
-rw-r--r--pym/portage.py1
1 files changed, 1 insertions, 0 deletions
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.