summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-03-14 21:49:45 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-03-14 21:49:45 +0000
commit13361c43ad5218979cd1dd9058d8a6b6dc5f88f3 (patch)
tree2cc3aa29059c83f0c0c09ad7e841ae27c802c8c6 /x11-base
parentFix libmatroska dependency, thanks to Adam Chodorowski in bug #126117. (diff)
downloadgentoo-2-13361c43ad5218979cd1dd9058d8a6b6dc5f88f3.tar.gz
gentoo-2-13361c43ad5218979cd1dd9058d8a6b6dc5f88f3.tar.bz2
gentoo-2-13361c43ad5218979cd1dd9058d8a6b6dc5f88f3.zip
Add a die after emake.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/kdrive/ChangeLog6
-rw-r--r--x11-base/kdrive/kdrive-6.6.1_pre20050820.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-base/kdrive/ChangeLog b/x11-base/kdrive/ChangeLog
index 85585295ffb6..f0a4e4ba699d 100644
--- a/x11-base/kdrive/ChangeLog
+++ b/x11-base/kdrive/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-base/kdrive
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/kdrive/ChangeLog,v 1.38 2006/02/14 22:09:36 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/kdrive/ChangeLog,v 1.39 2006/03/14 21:49:45 spyderous Exp $
+
+ 14 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>;
+ kdrive-6.6.1_pre20050820.ebuild:
+ Add a die after emake.
14 Feb 2006; Markus Rothe <corsair@gentoo.org>
kdrive-6.6.1_pre20050820.ebuild:
diff --git a/x11-base/kdrive/kdrive-6.6.1_pre20050820.ebuild b/x11-base/kdrive/kdrive-6.6.1_pre20050820.ebuild
index d6ac6ae67dbe..fece3b6b416e 100644
--- a/x11-base/kdrive/kdrive-6.6.1_pre20050820.ebuild
+++ b/x11-base/kdrive/kdrive-6.6.1_pre20050820.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/kdrive/kdrive-6.6.1_pre20050820.ebuild,v 1.6 2006/02/14 22:09:36 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/kdrive/kdrive-6.6.1_pre20050820.ebuild,v 1.7 2006/03/14 21:49:45 spyderous Exp $
SNAPSHOT="yes"
@@ -64,7 +64,7 @@ src_compile() {
fi
# Yes, we do need the LDFLAGS here in addition to the above append.
- emake LDFLAGS="${LDFLAGS}"
+ emake LDFLAGS="${LDFLAGS}" || die "emake failed"
}
src_install() {