diff options
author | 2008-06-29 08:11:47 +0000 | |
---|---|---|
committer | 2008-06-29 08:11:47 +0000 | |
commit | bf65303c309c4cdbdd47a82a0a3c211678a6d09d (patch) | |
tree | 35b00ed6cb83d91757d5709dd5b9cd56e9da0f13 /sci-libs/arpack | |
parent | Add missing die: || "..." -> || die "..." (diff) | |
download | gentoo-2-bf65303c309c4cdbdd47a82a0a3c211678a6d09d.tar.gz gentoo-2-bf65303c309c4cdbdd47a82a0a3c211678a6d09d.tar.bz2 gentoo-2-bf65303c309c4cdbdd47a82a0a3c211678a6d09d.zip |
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'sci-libs/arpack')
-rw-r--r-- | sci-libs/arpack/arpack-96-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/arpack/arpack-96-r2.ebuild b/sci-libs/arpack/arpack-96-r2.ebuild index 115a559ae4d1..0e883aae80da 100644 --- a/sci-libs/arpack/arpack-96-r2.ebuild +++ b/sci-libs/arpack/arpack-96-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-96-r2.ebuild,v 1.4 2008/06/29 08:10:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-96-r2.ebuild,v 1.5 2008/06/29 08:11:47 tove Exp $ inherit eutils autotools fortran @@ -58,7 +58,7 @@ src_compile() { --with-blas="${BLAS_LIBS}" \ $(use_enable mpi) \ || die "econf failed" - emake || "emake failed" + emake || die "emake failed" } src_test() { |