From 140d484e5306a360edc2482056696a4467bd900f Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sun, 21 Aug 2011 17:34:40 +0000 Subject: Bump to EAPI=4 to avoid adding lots of dies (Portage version: 2.1.10.3/cvs/Linux x86_64) --- app-benchmarks/spew/ChangeLog | 3 +++ app-benchmarks/spew/spew-1.0.8.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'app-benchmarks/spew') 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 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 +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() { -- cgit v1.2.3-65-gdbad