summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-08-11 19:50:57 +0000
committerZac Medico <zmedico@gentoo.org>2008-08-11 19:50:57 +0000
commit8785a08f1cf6845e6b84951f835d3fbb20acc0d3 (patch)
tree1688baff7d59c08e5335952f18419907597f1b30 /bin
parentd5cbfc067ed9a1ff30c4b40f4b9c7ab4ce16c173 (diff)
downloadportage-8785a08f1cf6845e6b84951f835d3fbb20acc0d3.tar.gz
portage-8785a08f1cf6845e6b84951f835d3fbb20acc0d3.tar.bz2
portage-8785a08f1cf6845e6b84951f835d3fbb20acc0d3.zip
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh1
1 files changed, 0 insertions, 1 deletions
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."