projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6927281
)
reset EBUILD_DEATH_HOOKS prior to sourcing, due to stable's re-sourcing of ebuild...
v2.0.53_rc5
author
Brian Harring
<ferringb@gentoo.org>
Tue, 11 Oct 2005 07:34:56 +0000
(07:34 -0000)
committer
Brian Harring
<ferringb@gentoo.org>
Tue, 11 Oct 2005 07:34:56 +0000
(07:34 -0000)
god stable env handling sucks. :/
svn path=/main/branches/2.0/; revision=2122
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 2a9b9d4b0dafda946b2e471460ab1ce6adc2d76b..6cf4014937886aba5fb2533e320fedfe9b24f88f 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1769,6
+1769,11
@@
if hasq "depend" "$@"; then
done
unset src bin_path body
fi
+
+# reset the EBUILD_DEATH_HOOKS so they don't multiple due to stable's re-sourcing of env.
+# this can be left out of ebd variants, since they're unaffected.
+unset EBUILD_DEATH_HOOKS
+
source ${EBUILD} || die "error sourcing ebuild"
if ! hasq depend $EBUILD_PHASE; then
RESTRICT="${PORTAGE_RESTRICT}"