diff options
-rw-r--r-- | media-sound/esound/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/esound/esound-0.2.36-r1.ebuild | 3 | ||||
-rw-r--r-- | media-sound/esound/esound-0.2.36-r2.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/media-sound/esound/ChangeLog b/media-sound/esound/ChangeLog index db275c377d1d..23c2b144126b 100644 --- a/media-sound/esound/ChangeLog +++ b/media-sound/esound/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/esound # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.79 2006/08/31 19:19:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.80 2006/09/24 15:09:56 seemant Exp $ + + 24 Sep 2006; Seemant Kulleen <seemant@gentoo.org> esound-0.2.36-r1.ebuild, + esound-0.2.36-r2.ebuild: + Fix for the autotools dependency breakage stuff. This package's 0.2.36 + requires automake-1.8, so we need to set that explicitly. See bug #148821 31 Aug 2006; Fabian Groffen <grobian@gentoo.org> esound-0.2.36-r2.ebuild: Re-added ~ppc-macos, thanks flameeyes (bug #141223) diff --git a/media-sound/esound/esound-0.2.36-r1.ebuild b/media-sound/esound/esound-0.2.36-r1.ebuild index ffd09f829106..19bc2e1de719 100644 --- a/media-sound/esound/esound-0.2.36-r1.ebuild +++ b/media-sound/esound/esound-0.2.36-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.36-r1.ebuild,v 1.18 2006/07/19 00:02:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.36-r1.ebuild,v 1.19 2006/09/24 15:09:56 seemant Exp $ inherit libtool gnome.org eutils autotools @@ -35,6 +35,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-mode_t.patch" epatch "${FILESDIR}/${P}-asneeded.patch" + export WANT_AUTOMAKE=1.8 eautomake elibtoolize diff --git a/media-sound/esound/esound-0.2.36-r2.ebuild b/media-sound/esound/esound-0.2.36-r2.ebuild index 425b540c3d17..caaca6a9a2df 100644 --- a/media-sound/esound/esound-0.2.36-r2.ebuild +++ b/media-sound/esound/esound-0.2.36-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.36-r2.ebuild,v 1.10 2006/08/31 19:19:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.36-r2.ebuild,v 1.11 2006/09/24 15:09:56 seemant Exp $ inherit libtool gnome.org eutils autotools flag-o-matic @@ -35,6 +35,8 @@ src_unpack() { epatch "${FILESDIR}/${P}-mode_t.patch" epatch "${FILESDIR}/${P}-asneeded.patch" + export WANT_AUTOMAKE=1.8 + AT_M4DIR="m4" eautomake elibtoolize |