summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-24 06:37:22 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-24 06:37:22 +0000
commit2a837288be5ec8f50fb0b9859fcc9f993b709e60 (patch)
tree3437dbdd6d56603f8558937d63f7d10408719eba /bin/ebuild.sh
parentAdd dummy dosed and dohard functions for EAPI 3, so that a trace can be (diff)
downloadportage-idfetch-2a837288be5ec8f50fb0b9859fcc9f993b709e60.tar.gz
portage-idfetch-2a837288be5ec8f50fb0b9859fcc9f993b709e60.tar.bz2
portage-idfetch-2a837288be5ec8f50fb0b9859fcc9f993b709e60.zip
Revert r13390 (dosed and dohard functions) since a stack trace isn't really
important this particular QA feature. Thanks to Tiziano Müller <dev-zero@g.o> for the suggestion. svn path=/main/trunk/; revision=13391
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 43d428ed..9cbd748e 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1444,14 +1444,6 @@ _ebuild_phase_funcs() {
eval "$x() { _eapi0_$x \"\$@\" ; }"
done
- if ! hasq $eapi 0 1 2 ; then
- for x in dosed dohard ; do
- eval "$x() {
- die \"$x has been banned for EAPI '$eapi'\"
- }"
- done
- fi
-
case $eapi in
0|1)