diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:22:24 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:22:24 +0000 |
commit | 1049c997ec11613befb5276e3dc9276e23a0157c (patch) | |
tree | 1aab966682071d9addeff609d34722a33bc7c605 /dev-db | |
parent | [bump] dev-perl/DBI-1.619.0 (diff) | |
download | gentoo-2-1049c997ec11613befb5276e3dc9276e23a0157c.tar.gz gentoo-2-1049c997ec11613befb5276e3dc9276e23a0157c.tar.bz2 gentoo-2-1049c997ec11613befb5276e3dc9276e23a0157c.zip |
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/tokyocabinet/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
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 <jlec@gentoo.org> tokyocabinet-1.4.47.ebuild: + Drop unnessecary die 25 Sep 2011; Raúl Porcel <armin76@gentoo.org> 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() { |