diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-02-05 21:40:54 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-02-05 21:40:54 +0000 |
commit | 5f0436a88cd4fbda1d9cd1e16027c1d03df69842 (patch) | |
tree | 0b0de991f454bf9470cc56ec8945267ea9f2904c /media-sound/lame | |
parent | require >=x11-libs/qt-4.2.2 to have qt3support use flag set (bug #165458) (diff) | |
download | gentoo-2-5f0436a88cd4fbda1d9cd1e16027c1d03df69842.tar.gz gentoo-2-5f0436a88cd4fbda1d9cd1e16027c1d03df69842.tar.bz2 gentoo-2-5f0436a88cd4fbda1d9cd1e16027c1d03df69842.zip |
Stick automake version to 1.7 as it's not working with newer versions, bug #161610
(Portage version: 2.1.2-r7)
Diffstat (limited to 'media-sound/lame')
-rw-r--r-- | media-sound/lame/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/lame/lame-3.96.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/lame/ChangeLog b/media-sound/lame/ChangeLog index 3a02c672c475..926a8d71d537 100644 --- a/media-sound/lame/ChangeLog +++ b/media-sound/lame/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lame -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.73 2006/11/10 17:15:19 flameeyes Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.74 2007/02/05 21:40:54 aballier Exp $ + + 05 Feb 2007; Alexis Ballier <aballier@gentoo.org> lame-3.96.1-r1.ebuild: + Stick automake version to 1.7 as it's not working with newer versions, bug + #161610 *lame-3.97 (10 Nov 2006) diff --git a/media-sound/lame/lame-3.96.1-r1.ebuild b/media-sound/lame/lame-3.96.1-r1.ebuild index c33a05f11a2f..25c7fbba44e8 100644 --- a/media-sound/lame/lame-3.96.1-r1.ebuild +++ b/media-sound/lame/lame-3.96.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.96.1-r1.ebuild,v 1.7 2006/10/17 18:55:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.96.1-r1.ebuild,v 1.8 2007/02/05 21:40:54 aballier Exp $ -WANT_AUTOMAKE="latest" +WANT_AUTOMAKE=1.7 WANT_AUTOCONF="latest" inherit flag-o-matic toolchain-funcs eutils autotools |