From: Fabian Groffen Date: Wed, 8 Sep 2010 17:36:07 +0000 (+0200) Subject: align with master branch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=221eeed894ffff7d35d3c6d3c141687112094368;p=portage.git align with master branch --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index acb07a4bd..df9fc69be 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -2103,6 +2103,15 @@ fi # declare them only after it has already run. if [ "${EBUILD_PHASE}" != "depend" ] ; then declare -r ${READONLY_EBUILD_METADATA} ${READONLY_PORTAGE_VARS} + case "$EAPI" in + 0|1|2) + ;; + *) + # PREFIX LOCAL: allow prefix vars in any EAPI + #declare -r ED EPREFIX EROOT + # PREFIX LOCAL + ;; + esac fi ebuild_main() {