summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-13 03:50:56 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-13 03:50:56 +0000
commitb2a3d90d9c72fe24b834043521aae28774191a2b (patch)
tree684b3c257ea6e40699b88c6cd4951a26988f2316 /bin/isolated-functions.sh
parente816d756c923916cb980f473f51af94d26d76429 (diff)
downloadportage-b2a3d90d9c72fe24b834043521aae28774191a2b.tar.gz
portage-b2a3d90d9c72fe24b834043521aae28774191a2b.tar.bz2
portage-b2a3d90d9c72fe24b834043521aae28774191a2b.zip
Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled. (trunk r15035)
svn path=/main/branches/2.1.7/; revision=15069
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 911f65bc2..61120705f 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -54,7 +54,7 @@ dump_trace() {
}
nonfatal() {
- if has "${EAPI:-0}" 0 1 2 3; then
+ if has "${EAPI:-0}" 0 1 2 3 3_pre2 ; then
die "$FUNCNAME() not supported in this EAPI"
fi
if [[ $# -lt 1 ]]; then