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
commitefa721a622fd1aaeaf02060f75c673ce3f4cf343 (patch)
treed2ba3299a01f3c9efad36269dcd544f5a336e126 /app-benchmarks/spew/spew-1.0.8.ebuild
parentAdd die after seds, bug #380087 (diff)
downloadhistorical-efa721a622fd1aaeaf02060f75c673ce3f4cf343.tar.gz
historical-efa721a622fd1aaeaf02060f75c673ce3f4cf343.tar.bz2
historical-efa721a622fd1aaeaf02060f75c673ce3f4cf343.zip
Bump to EAPI=4 to avoid adding lots of dies
Package-Manager: portage-2.1.10.3/cvs/Linux x86_64
Diffstat (limited to 'app-benchmarks/spew/spew-1.0.8.ebuild')
-rw-r--r--app-benchmarks/spew/spew-1.0.8.ebuild6
1 files changed, 3 insertions, 3 deletions
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() {