diff options
Diffstat (limited to 'app-text')
-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() { |