From f920f0be25684670a7137d379854be1d09e84ffe Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 25 Apr 2012 16:24:18 +0000 Subject: Drop unnessecary die (Portage version: 2.2.0_alpha101/cvs/Linux x86_64) --- dev-libs/libstroke/ChangeLog | 7 +++++-- dev-libs/libstroke/libstroke-0.5.1.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'dev-libs/libstroke') 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 libstroke-0.5.1.ebuild: + Drop unnessecary die 01 Dec 2010; Diego E. Pettenò 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 () { -- cgit v1.2.3-65-gdbad