diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:36:23 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:36:23 +0000 |
commit | 6469b6a0ff4138ae88fe85cda105546323dcfa20 (patch) | |
tree | 789835e0730fb2d210386542895b4a5b4357b45f /app-benchmarks/stress | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-6469b6a0ff4138ae88fe85cda105546323dcfa20.tar.gz gentoo-2-6469b6a0ff4138ae88fe85cda105546323dcfa20.tar.bz2 gentoo-2-6469b6a0ff4138ae88fe85cda105546323dcfa20.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-benchmarks/stress')
-rw-r--r-- | app-benchmarks/stress/ChangeLog | 7 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-0.18.1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-benchmarks/stress/ChangeLog b/app-benchmarks/stress/ChangeLog index 3ab3f0c95275..1a0b07c154a5 100644 --- a/app-benchmarks/stress/ChangeLog +++ b/app-benchmarks/stress/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/stress -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.9 2003/08/11 17:31:37 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.10 2004/04/26 15:34:26 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> stress-0.18.1.ebuild: + Add die following econf for bug 48950 12 Aug 2003; Martin Holzer <mholzer@gentoo.org> stress-0.18.1.ebuild: Marked x86 stable. diff --git a/app-benchmarks/stress/stress-0.18.1.ebuild b/app-benchmarks/stress/stress-0.18.1.ebuild index b6121d649bfa..83752343d3a2 100644 --- a/app-benchmarks/stress/stress-0.18.1.ebuild +++ b/app-benchmarks/stress/stress-0.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.1.ebuild,v 1.4 2004/03/12 11:43:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.1.ebuild,v 1.5 2004/04/26 15:34:26 agriffis Exp $ MY_P=${PN}-${PV/_/} S="${WORKDIR}/${MY_P}" @@ -17,7 +17,7 @@ DEPEND="" RDEPEND="" src_compile() { - econf + econf || die "econf failed" emake || die } |