summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-25 16:25:58 +0000
committerJustin Lecher <jlec@gentoo.org>2012-04-25 16:25:58 +0000
commit442fcc677ee93418e7253f93ec60914c5ebdb255 (patch)
tree668310dabd1d6d27a62a2cf66ef08fc0b05c9078 /gnustep-apps
parentDrop unnessecary die (diff)
downloadgentoo-2-442fcc677ee93418e7253f93ec60914c5ebdb255.tar.gz
gentoo-2-442fcc677ee93418e7253f93ec60914c5ebdb255.tar.bz2
gentoo-2-442fcc677ee93418e7253f93ec60914c5ebdb255.zip
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/gworkspace/ChangeLog5
-rw-r--r--gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/gnustep-apps/gworkspace/ChangeLog b/gnustep-apps/gworkspace/ChangeLog
index 652b8147dfa1..fc06568cef5e 100644
--- a/gnustep-apps/gworkspace/ChangeLog
+++ b/gnustep-apps/gworkspace/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnustep-apps/gworkspace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.33 2012/04/07 14:53:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.34 2012/04/25 16:25:58 jlec Exp $
+
+ 25 Apr 2012; Justin Lecher <jlec@gentoo.org> gworkspace-0.8.6.ebuild:
+ Drop unnessecary die
07 Apr 2012; Markus Meier <maekke@gentoo.org> gworkspace-0.9.0.ebuild:
x86 stable, bug #410601
diff --git a/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild b/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild
index 7e4f1be19cf5..cc487876d687 100644
--- a/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild
+++ b/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild,v 1.6 2007/11/24 22:34:12 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild,v 1.7 2012/04/25 16:25:58 jlec Exp $
inherit autotools gnustep-2
@@ -29,7 +29,7 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-popplerkit.patch
cd Inspector
- eautoreconf || die "failed running autoreconf"
+ eautoreconf
}
src_compile() {
@@ -42,7 +42,7 @@ src_compile() {
egnustep_make
cd "${S}"/GWMetadata
- econf || die "GWMetadata configure failed"
+ econf
egnustep_make || die "GWMetadata make failed"
}