summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-13 10:30:38 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-13 10:30:38 +0000
commitb157c80015e9748e86e6324ce875e69dd21b3392 (patch)
tree23998584b90591457cd69f4cb6cd5171324f9d5c /bin/isolated-functions.sh
parent14b227f12b0552f5b96a2cdbb814dec30d576be5 (diff)
downloadportage-b157c80015e9748e86e6324ce875e69dd21b3392.tar.gz
portage-b157c80015e9748e86e6324ce875e69dd21b3392.tar.bz2
portage-b157c80015e9748e86e6324ce875e69dd21b3392.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. svn path=/main/trunk/; revision=8909
Diffstat (limited to 'bin/isolated-functions.sh')
-rwxr-xr-xbin/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 100755
--- 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 \