From 8785a08f1cf6845e6b84951f835d3fbb20acc0d3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 11 Aug 2008 19:50:57 +0000 Subject: Entirely disable the src_configure phase from the python side for EAPI values for which it's not supported. This avoids pointless spawning of ebuild.sh and also avoids having bashrc called during an invalid phase as reported by Arfrever. svn path=/main/trunk/; revision=11398 --- bin/ebuild.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 7110c4257..8a0adf742 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -857,7 +857,6 @@ abort_install() { } dyn_configure() { - hasq "$EAPI" 0 1 2_pre1 && return 0 if [[ $PORTAGE_BUILDDIR/.configured -nt $WORKDIR ]] ; then vecho ">>> It appears that '$PF' is already configured; skipping." -- cgit v1.2.3-1-g7c22