From 221eeed894ffff7d35d3c6d3c141687112094368 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Wed, 8 Sep 2010 19:36:07 +0200 Subject: [PATCH] align with master branch --- bin/ebuild.sh | 9 +++++++++ 1 file changed, 9 insertions(+) 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() { -- 2.26.2