summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2011-08-21 17:34:40 +0000
committerAnthony G. Basile <blueness@gentoo.org>2011-08-21 17:34:40 +0000
commit140d484e5306a360edc2482056696a4467bd900f (patch)
tree2ecde3a277148d3aed3cc69f627ba4b84c559f31 /app-benchmarks/spew
parentAdd die after seds, bug #380087 (diff)
downloadgentoo-2-140d484e5306a360edc2482056696a4467bd900f.tar.gz
gentoo-2-140d484e5306a360edc2482056696a4467bd900f.tar.bz2
gentoo-2-140d484e5306a360edc2482056696a4467bd900f.zip
Bump to EAPI=4 to avoid adding lots of dies
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks/spew')
-rw-r--r--app-benchmarks/spew/ChangeLog3
-rw-r--r--app-benchmarks/spew/spew-1.0.8.ebuild6
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/spew/ChangeLog b/app-benchmarks/spew/ChangeLog
index 36513c770b4d..7a4b3e8f9287 100644
--- a/app-benchmarks/spew/ChangeLog
+++ b/app-benchmarks/spew/ChangeLog
@@ -1,5 +1,8 @@
+ 21 Aug 2011; Anthony G. Basile <blueness@gentoo.org> spew-1.0.8.ebuild:
+ Bump to EAPI=4 to avoid adding lots of dies
+
*spew-1.0.8 (06 Apr 2011)
06 Apr 2011; Anthony G. Basile <blueness@gentoo.org> +spew-1.0.8.ebuild,
diff --git a/app-benchmarks/spew/spew-1.0.8.ebuild b/app-benchmarks/spew/spew-1.0.8.ebuild
index adf4dbd33ec5..debd1252d2f1 100644
--- a/app-benchmarks/spew/spew-1.0.8.ebuild
+++ b/app-benchmarks/spew/spew-1.0.8.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/spew/spew-1.0.8.ebuild,v 1.1 2011/04/06 22:51:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/spew/spew-1.0.8.ebuild,v 1.2 2011/08/21 17:34:40 blueness Exp $
-EAPI=3
+EAPI=4
inherit autotools eutils
@@ -25,7 +25,7 @@ src_prepare() {
}
src_configure() {
- econf $(use_enable static static-link) || die "econf failed"
+ econf $(use_enable static static-link)
}
src_install() {