summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-19 21:04:21 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-19 21:04:21 +0000
commit2a660a7704e444f2d3a9fae5629869f88fac0ce2 (patch)
tree2867bc6d2c7109f8aa6f2f0578e870e97ff8cd60 /bin/ebuild.sh
parent8eecba73d9eb27ad754055731ea044b7dff8cdb1 (diff)
downloadportage-2a660a7704e444f2d3a9fae5629869f88fac0ce2.tar.gz
portage-2a660a7704e444f2d3a9fae5629869f88fac0ce2.tar.bz2
portage-2a660a7704e444f2d3a9fae5629869f88fac0ce2.zip
drop IMAGE -- people have had years to catch up (trunk r14694)
svn path=/main/branches/2.1.7/; revision=14697
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index b94e81df2..658ac64af 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