summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-25 16:24:18 +0000
committerJustin Lecher <jlec@gentoo.org>2012-04-25 16:24:18 +0000
commitf920f0be25684670a7137d379854be1d09e84ffe (patch)
treec86cc20850ca0304940c348edadbfecc92b25252 /dev-libs/libstroke
parentDrop unnessecary die (diff)
downloadgentoo-2-f920f0be25684670a7137d379854be1d09e84ffe.tar.gz
gentoo-2-f920f0be25684670a7137d379854be1d09e84ffe.tar.bz2
gentoo-2-f920f0be25684670a7137d379854be1d09e84ffe.zip
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libstroke')
-rw-r--r--dev-libs/libstroke/ChangeLog7
-rw-r--r--dev-libs/libstroke/libstroke-0.5.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libstroke/ChangeLog b/dev-libs/libstroke/ChangeLog
index f07c567e4979..9913d53c973d 100644
--- a/dev-libs/libstroke/ChangeLog
+++ b/dev-libs/libstroke/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libstroke
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/ChangeLog,v 1.25 2010/12/01 22:09:17 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/ChangeLog,v 1.26 2012/04/25 16:24:18 jlec Exp $
+
+ 25 Apr 2012; Justin Lecher <jlec@gentoo.org> libstroke-0.5.1.ebuild:
+ Drop unnessecary die
01 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> libstroke-0.5.1.ebuild,
+files/libstroke-0.5.1-autotools.patch:
diff --git a/dev-libs/libstroke/libstroke-0.5.1.ebuild b/dev-libs/libstroke/libstroke-0.5.1.ebuild
index d583c2ddc24c..3d95ceb5d542 100644
--- a/dev-libs/libstroke/libstroke-0.5.1.ebuild
+++ b/dev-libs/libstroke/libstroke-0.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.23 2010/12/01 22:09:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.24 2012/04/25 16:24:18 jlec Exp $
inherit eutils autotools
@@ -23,7 +23,7 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-m4_syntax.patch
epatch "${FILESDIR}"/${P}-no_gtk1.patch
epatch "${FILESDIR}"/${P}-autotools.patch
- eautoreconf || die 'eautoreconf failed'
+ eautoreconf
}
src_install () {