From b2a3d90d9c72fe24b834043521aae28774191a2b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 13 Dec 2009 03:50:56 +0000 Subject: Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled. (trunk r15035) svn path=/main/branches/2.1.7/; revision=15069 --- bin/ebuild-helpers/newins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild-helpers/newins') diff --git a/bin/ebuild-helpers/newins b/bin/ebuild-helpers/newins index d66e0599a..4b2bb2b5c 100755 --- a/bin/ebuild-helpers/newins +++ b/bin/ebuild-helpers/newins @@ -15,7 +15,7 @@ fi rm -rf "${T}/${2}" || exit $? case "$EAPI" in - 0|1|2|3) + 0|1|2|3|3_pre2) cp "$1" "$T/$2" || exit $? ;; *) -- cgit v1.2.3-1-g7c22