From 1049c997ec11613befb5276e3dc9276e23a0157c Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 25 Apr 2012 16:22:24 +0000 Subject: Drop unnessecary die (Portage version: 2.2.0_alpha101/cvs/Linux x86_64) --- dev-db/tokyocabinet/ChangeLog | 7 +++++-- dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'dev-db') diff --git a/dev-db/tokyocabinet/ChangeLog b/dev-db/tokyocabinet/ChangeLog index d8dc22028941..2ef882740318 100644 --- a/dev-db/tokyocabinet/ChangeLog +++ b/dev-db/tokyocabinet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/tokyocabinet -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.41 2011/09/25 17:36:48 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.42 2012/04/25 16:22:24 jlec Exp $ + + 25 Apr 2012; Justin Lecher tokyocabinet-1.4.47.ebuild: + Drop unnessecary die 25 Sep 2011; Raúl Porcel tokyocabinet-1.4.47.ebuild: alpha stable wrt #361129 diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild index 3d533a32201a..17da6c8105c8 100644 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.9 2011/09/25 17:36:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.10 2012/04/25 16:22:24 jlec Exp $ EAPI="2" @@ -29,7 +29,7 @@ src_prepare() { sed -i -e 's/-fomit-frame-pointer//' configure.in || die # flag only works on x86 derivatives, remove everywhere else if ! use x86 && ! use amd64; then sed -i -e 's/ -minline-all-stringops//' configure.in; fi - eautoreconf || die + eautoreconf } src_configure() { -- cgit v1.2.3-65-gdbad