diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-08-21 17:46:41 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-08-21 17:46:41 +0000 |
commit | 29df96499c9f15bcad8e1a139591eaffc52715e9 (patch) | |
tree | 92c2095ad2a8276b6b3f39f30149a0e0c0080247 /app-benchmarks/spew | |
parent | Bump to 6.0, remove 5.0, 4.0 (diff) | |
download | gentoo-2-29df96499c9f15bcad8e1a139591eaffc52715e9.tar.gz gentoo-2-29df96499c9f15bcad8e1a139591eaffc52715e9.tar.bz2 gentoo-2-29df96499c9f15bcad8e1a139591eaffc52715e9.zip |
Remove die from emake
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks/spew')
-rw-r--r-- | app-benchmarks/spew/ChangeLog | 3 | ||||
-rw-r--r-- | app-benchmarks/spew/spew-1.0.8.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-benchmarks/spew/ChangeLog b/app-benchmarks/spew/ChangeLog index 7a4b3e8f9287..10d4470123d5 100644 --- a/app-benchmarks/spew/ChangeLog +++ b/app-benchmarks/spew/ChangeLog @@ -1,6 +1,9 @@ 21 Aug 2011; Anthony G. Basile <blueness@gentoo.org> spew-1.0.8.ebuild: + Removed die from emake + + 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) diff --git a/app-benchmarks/spew/spew-1.0.8.ebuild b/app-benchmarks/spew/spew-1.0.8.ebuild index debd1252d2f1..201b79284ddb 100644 --- a/app-benchmarks/spew/spew-1.0.8.ebuild +++ b/app-benchmarks/spew/spew-1.0.8.ebuild @@ -1,6 +1,6 @@ # 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.2 2011/08/21 17:34:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/spew/spew-1.0.8.ebuild,v 1.3 2011/08/21 17:46:41 blueness Exp $ EAPI=4 @@ -29,7 +29,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install dosym ${PN} /usr/bin/gorge dosym ${PN} /usr/bin/regorge dosym ${PN}.1.bz2 /usr/share/man/man1/gorge.1.bz2 |