From e1bc0b8512d80d4b80f8e5b1a96a9ec6af1433d7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 11 Mar 2009 03:49:16 +0000 Subject: Remove support for deprecated 2_pre* EAPI values. (trunk r12594) svn path=/main/branches/2.1.6/; revision=12875 --- bin/ebuild.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 93558f39e..20bf0d389 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1378,11 +1378,11 @@ _ebuild_arg_to_phase() { phase_func=src_unpack ;; prepare) - ! hasq $eapi 0 1 2_pre1 2_pre2 && \ + ! hasq $eapi 0 1 && \ phase_func=src_prepare ;; configure) - ! hasq $eapi 0 1 2_pre1 && \ + ! hasq $eapi 0 1 && \ phase_func=src_configure ;; compile) @@ -1428,7 +1428,7 @@ _ebuild_phase_funcs() { case $eapi in - 0|1|2_pre1) + 0|1) if [[ $(type -t src_compile) != function ]] ; then case $eapi in -- cgit v1.2.3-1-g7c22