summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-13 10:34:36 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-13 10:34:36 +0000
commit2362cafc9d6fc66e9d5c2fa92e01c2373715b60e (patch)
treeae14ae5b1d8904b58b23f24eb227f095cd8c196f /bin/isolated-functions.sh
parent6033efbb5124bf9c40ad1b490de91fe738b8335f (diff)
downloadportage-2362cafc9d6fc66e9d5c2fa92e01c2373715b60e.tar.gz
portage-2362cafc9d6fc66e9d5c2fa92e01c2373715b60e.tar.bz2
portage-2362cafc9d6fc66e9d5c2fa92e01c2373715b60e.zip
Allow FEATURES to persist between phases since the user might
want to modify it via bashrc to enable things like splitdebug and installsources for specific packages. They should be able to modify it in pre_pkg_setup() and have it persist all the way through the install phase. However, if FEATURES exist inside environment.bz2 then they should be overridden by current settings. (trunk r8909) svn path=/main/branches/2.1.2/; revision=8910
Diffstat (limited to 'bin/isolated-functions.sh')
-rw-r--r--bin/isolated-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index dfe4cfba7..20bcccf9b 100644
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -435,7 +435,7 @@ save_ebuild_env() {
unset BAD BRACKET BUILD_PREFIX COLS \
DISTCC_DIR DISTDIR DOC_SYMLINKS_DIR \
EBUILD_EXIT_STATUS_FILE EBUILD_MASTER_PID \
- ECLASSDIR ECLASS_DEPTH ENDCOL FAKEROOTKEY FEATURES \
+ ECLASSDIR ECLASS_DEPTH ENDCOL FAKEROOTKEY \
GOOD HILITE HOME IMAGE \
LAST_E_CMD LAST_E_LEN LD_PRELOAD MISC_FUNCTIONS_ARGS MOPREFIX \
NORMAL PATH PKGDIR PKGUSE PKG_LOGDIR PKG_TMPDIR \