diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-02 18:41:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-02 18:41:32 +0000 |
commit | 28cab52aec2ae7e1b524526c1602a895e8ac7f85 (patch) | |
tree | 1eae43ff9d8d418144b1951dd5123da0e7f5da17 /media-libs/aubio | |
parent | Properly rebuild autotools rather than depend on automake 1.4 for symlinked f... (diff) | |
download | gentoo-2-28cab52aec2ae7e1b524526c1602a895e8ac7f85.tar.gz gentoo-2-28cab52aec2ae7e1b524526c1602a895e8ac7f85.tar.bz2 gentoo-2-28cab52aec2ae7e1b524526c1602a895e8ac7f85.zip |
Rebuild the full autotools, so that we don't rely on old automake-1.8.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/aubio')
-rw-r--r-- | media-libs/aubio/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/aubio/aubio-0.3.2-r1.ebuild | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/media-libs/aubio/ChangeLog b/media-libs/aubio/ChangeLog index a79b2e6c2362..2537aa2f90e3 100644 --- a/media-libs/aubio/ChangeLog +++ b/media-libs/aubio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/aubio -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.14 2009/10/03 16:53:36 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.15 2010/12/02 18:41:32 flameeyes Exp $ + + 02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> aubio-0.3.2-r1.ebuild: + Rebuild the full autotools, so that we don't rely on old automake-1.8. 03 Oct 2009; Markus Meier <maekke@gentoo.org> aubio-0.3.2-r1.ebuild: amd64 stable, bug #286995 diff --git a/media-libs/aubio/aubio-0.3.2-r1.ebuild b/media-libs/aubio/aubio-0.3.2-r1.ebuild index 05f9a6ba047a..e87127a958f7 100644 --- a/media-libs/aubio/aubio-0.3.2-r1.ebuild +++ b/media-libs/aubio/aubio-0.3.2-r1.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r1.ebuild,v 1.8 2009/10/03 16:53:36 maekke Exp $ - -WANT_AUTOMAKE=1.8 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r1.ebuild,v 1.9 2010/12/02 18:41:32 flameeyes Exp $ inherit eutils autotools @@ -32,7 +30,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/aubio-0.3.2-multilib.patch - eautomake + eautoreconf } src_compile() { |