summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-12-30 18:37:26 +0000
committerChristoph Mende <angelos@gentoo.org>2008-12-30 18:37:26 +0000
commitd088099408e7cfe064a26a506ffeb4555169a41b (patch)
tree61415f7d2cb62a337a3edf9c19bc1a83bef9eb47 /app-crypt/keynote
parentQA: Respect LDFLAGS and CC (bug 243556), fixed building with --as-needed (bug... (diff)
downloadgentoo-2-d088099408e7cfe064a26a506ffeb4555169a41b.tar.gz
gentoo-2-d088099408e7cfe064a26a506ffeb4555169a41b.tar.bz2
gentoo-2-d088099408e7cfe064a26a506ffeb4555169a41b.zip
Added missing die
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-crypt/keynote')
-rw-r--r--app-crypt/keynote/ChangeLog5
-rw-r--r--app-crypt/keynote/keynote-2.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/keynote/ChangeLog b/app-crypt/keynote/ChangeLog
index 2f3f25cf1dce..6cf303568e00 100644
--- a/app-crypt/keynote/ChangeLog
+++ b/app-crypt/keynote/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/keynote
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/ChangeLog,v 1.9 2008/12/30 18:12:29 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/ChangeLog,v 1.10 2008/12/30 18:37:26 angelos Exp $
+
+ 30 Dec 2008; Christoph Mende <angelos@gentoo.org> keynote-2.3.ebuild:
+ Added missing die
30 Dec 2008; Christoph Mende <angelos@gentoo.org> keynote-2.3.ebuild:
QA: Respect CFLAGS and AR/CC/RANLIB
diff --git a/app-crypt/keynote/keynote-2.3.ebuild b/app-crypt/keynote/keynote-2.3.ebuild
index 0385013603e3..d2fea5684bf3 100644
--- a/app-crypt/keynote/keynote-2.3.ebuild
+++ b/app-crypt/keynote/keynote-2.3.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/app-crypt/keynote/keynote-2.3.ebuild,v 1.9 2008/12/30 18:12:29 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/keynote-2.3.ebuild,v 1.10 2008/12/30 18:37:26 angelos Exp $
inherit toolchain-funcs
@@ -20,7 +20,7 @@ src_unpack() {
cd "${S}"
sed -i -e "/^CFLAGS/s/-O2/${CFLAGS}/" \
- -e "/^AR/d" Makefile.in || "sed failed"
+ -e "/^AR/d" Makefile.in || die "sed failed"
}
src_compile() {