diff options
author | Torsten Veller <tove@gentoo.org> | 2009-02-27 21:43:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-02-27 21:43:50 +0000 |
commit | b49505a8c0daceefb864dde87ebca6a18541cb04 (patch) | |
tree | df0736d3b8866099ca9f4d5562a2e996b31ad354 /app-text/barcode | |
parent | Add missing die: || "..." -> || die "..." (diff) | |
download | gentoo-2-b49505a8c0daceefb864dde87ebca6a18541cb04.tar.gz gentoo-2-b49505a8c0daceefb864dde87ebca6a18541cb04.tar.bz2 gentoo-2-b49505a8c0daceefb864dde87ebca6a18541cb04.zip |
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-text/barcode')
-rw-r--r-- | app-text/barcode/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/barcode/barcode-0.98.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/barcode/ChangeLog b/app-text/barcode/ChangeLog index 726926545ca0..51ed01ae0ed4 100644 --- a/app-text/barcode/ChangeLog +++ b/app-text/barcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/barcode -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.16 2008/09/14 01:44:00 solar Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.17 2009/02/27 21:43:50 tove Exp $ + + 27 Feb 2009; Torsten Veller <tove@gentoo.org> barcode-0.98.ebuild: + Add missing die: || "..." -> || die "..." 14 Sep 2008; <solar@gentoo.org> barcode-0.98.ebuild: - cross compile love diff --git a/app-text/barcode/barcode-0.98.ebuild b/app-text/barcode/barcode-0.98.ebuild index 0b24d5b57d58..a2d61ff59c21 100644 --- a/app-text/barcode/barcode-0.98.ebuild +++ b/app-text/barcode/barcode-0.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.16 2008/09/14 01:44:00 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.17 2009/02/27 21:43:50 tove Exp $ inherit eutils toolchain-funcs @@ -26,7 +26,7 @@ src_unpack() { src_compile() { tc-export CC econf - emake || "emake failed" + emake || die "emake failed" } src_install() { |