diff options
-rw-r--r-- | app-benchmarks/spew/ChangeLog | 3 | ||||
-rw-r--r-- | app-benchmarks/spew/spew-1.0.8.ebuild | 6 |
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() { |