summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-12-10 08:47:53 +0000
committerFabian Groffen <grobian@gentoo.org>2009-12-10 08:47:53 +0000
commitc7fe3bd3909f85512d9476d92c1ba5cf1fd14082 (patch)
tree2e3b95005e235c52ad9d5dd0076096dd5df06912 /bin/ebuild.sh
parent1cf22705298a358ea2a2e9afa78be69b70751951 (diff)
downloadportage-c7fe3bd3909f85512d9476d92c1ba5cf1fd14082.tar.gz
portage-c7fe3bd3909f85512d9476d92c1ba5cf1fd14082.tar.bz2
portage-c7fe3bd3909f85512d9476d92c1ba5cf1fd14082.zip
Implement forward compatible Prefix support. This makes EPREFIX, ED and
EROOT available to the ebuild environment, and updates the manpage accordingly. EPREFIX is hardwired to the empty string, and not configurable. For that, the prefix branch should be used for now. This should satisfy the requirements for EAPI=3. svn path=/main/trunk/; revision=15024
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index fd14314d6..630ff3118 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1597,8 +1597,8 @@ READONLY_EBUILD_METADATA="DEFINED_PHASES DEPEND DESCRIPTION
PDEPEND PROVIDE RDEPEND RESTRICT SLOT SRC_URI"
READONLY_PORTAGE_VARS="D EBUILD EBUILD_PHASE \
- EBUILD_SH_ARGS EMERGE_FROM FILESDIR PORTAGE_BINPKG_FILE \
- PORTAGE_BIN_PATH PORTAGE_IUSE \
+ EBUILD_SH_ARGS ED EMERGE_FROM EROOT FILESDIR \
+ PORTAGE_BINPKG_FILE PORTAGE_BIN_PATH PORTAGE_IUSE \
PORTAGE_PYM_PATH PORTAGE_MUTABLE_FILTERED_VARS \
PORTAGE_SAVED_READONLY_VARS PORTAGE_TMPDIR T WORKDIR"