summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-19 07:38:44 +0000
committerMike Frysinger <vapier@gentoo.org>2009-10-19 07:38:44 +0000
commit486c66235de2a25dcd29d1f6d671f3795ff8949d (patch)
tree13e8e8353fc557efd14acca5f82936313a5ff761 /bin
parentc3932e58235cc38c5dfeb51f58e6342f3b3a7d6e (diff)
downloadportage-486c66235de2a25dcd29d1f6d671f3795ff8949d.tar.gz
portage-486c66235de2a25dcd29d1f6d671f3795ff8949d.tar.bz2
portage-486c66235de2a25dcd29d1f6d671f3795ff8949d.zip
drop IMAGE -- people have had years to catch up
svn path=/main/trunk/; revision=14694
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh4
-rwxr-xr-xbin/isolated-functions.sh2
2 files changed, 1 insertions, 5 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 4ffff2b6d..bf8844f5f 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -79,10 +79,6 @@ unset GZIP BZIP BZIP2 CDPATH GREP_OPTIONS GREP_COLOR GLOBIGNORE
source "${PORTAGE_BIN_PATH}/isolated-functions.sh" &>/dev/null
-# Set IMAGE for minimal backward compatibility with
-# overlays or user's bashrc, but don't export it.
-[ "${EBUILD_PHASE}" == "preinst" ] && IMAGE=${D}
-
[[ $PORTAGE_QUIET != "" ]] && export PORTAGE_QUIET
# the sandbox is disabled by default except when overridden in the relevant stages
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 94afc9104..080ace85e 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -547,7 +547,7 @@ save_ebuild_env() {
DISTCC_DIR DISTDIR DOC_SYMLINKS_DIR \
EBUILD_EXIT_STATUS_FILE EBUILD_FORCE_TEST EBUILD_MASTER_PID \
ECLASSDIR ECLASS_DEPTH ENDCOL FAKEROOTKEY \
- GOOD HILITE HOME IMAGE \
+ GOOD HILITE HOME \
LAST_E_CMD LAST_E_LEN LD_PRELOAD MISC_FUNCTIONS_ARGS MOPREFIX \
NOCOLOR NORMAL PKGDIR PKGUSE PKG_LOGDIR PKG_TMPDIR \
PORTAGE_ACTUAL_DISTDIR PORTAGE_ARCHLIST \