summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-08-15 22:50:29 +0200
committerUlrich Müller <ulm@gentoo.org>2012-08-15 22:50:29 +0200
commit196192de5664df4cdd4b3d5221b4b34a00e392e3 (patch)
treefc51dcdada318c099bf789c55b74d29a5ce02f5e /bin/ebuild.sh
parente672b5ccbbbe38eda5c733fc799a20d92a8bdf75 (diff)
downloadportage-196192de5664df4cdd4b3d5221b4b34a00e392e3.tar.gz
portage-196192de5664df4cdd4b3d5221b4b34a00e392e3.tar.bz2
portage-196192de5664df4cdd4b3d5221b4b34a00e392e3.zip
Remove tests for deprecated 3_pre2 EAPI.
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 9829f68b3..d3ca9d999 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -556,7 +556,7 @@ if ! has "$EBUILD_PHASE" clean cleanrm ; then
# export EAPI for helpers (especially since we unset it above)
export EAPI
- if has "$EAPI" 0 1 2 3 3_pre2 ; then
+ if has "$EAPI" 0 1 2 3 ; then
export RDEPEND=${RDEPEND-${DEPEND}}
debug-print "RDEPEND: not set... Setting to: ${DEPEND}"
fi
@@ -578,7 +578,7 @@ if ! has "$EBUILD_PHASE" clean cleanrm ; then
pkg_nofetch pkg_postinst pkg_postrm pkg_preinst pkg_prerm
pkg_setup src_test src_unpack"
;;
- 2|3|3_pre2)
+ 2|3)
_valid_phases="src_compile pkg_config src_configure pkg_info
src_install pkg_nofetch pkg_postinst pkg_postrm pkg_preinst
src_prepare pkg_prerm pkg_setup src_test src_unpack"