diff options
author | Jon Nall <nall@gentoo.org> | 2002-11-18 14:03:21 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2002-11-18 14:03:21 +0000 |
commit | f91acecdb2f96aa91165430827ab9823b13d4b30 (patch) | |
tree | 02136e31e5e5e79afe8c384fb453b9f860b24d94 /media-libs/flac | |
parent | Marked stable for x86 (diff) | |
download | historical-f91acecdb2f96aa91165430827ab9823b13d4b30.tar.gz historical-f91acecdb2f96aa91165430827ab9823b13d4b30.tar.bz2 historical-f91acecdb2f96aa91165430827ab9823b13d4b30.zip |
bug fix for #10808
Diffstat (limited to 'media-libs/flac')
-rw-r--r-- | media-libs/flac/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/flac/flac-1.0.3.ebuild | 4 | ||||
-rw-r--r-- | media-libs/flac/flac-1.0.4.ebuild | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/media-libs/flac/ChangeLog b/media-libs/flac/ChangeLog index ec44783adc0a..9c31ba9d7790 100644 --- a/media-libs/flac/ChangeLog +++ b/media-libs/flac/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for media-libs/flac # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.5 2002/10/31 23:31:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.6 2002/11/18 14:03:21 nall Exp $ *flac-1.0.4 (31 Oct 2002) + 16 Nov 2002; Jon Nall <nall@gentoo.org> flac-1.0.4.ebuild : + + added --reverse-deps to the elibtoolize command. this fixes bug + #10808 + 31 Oct 2002; Seemant Kulleen <seemant@gentoo.org> flac-1.0.4.ebuild files/digest-flac-1.0.4 : @@ -13,6 +18,9 @@ *flac-1.0.3 (08 Jul 2002) + 16 Nov 2002; Jon Nall <nall@gentoo.org> flac-1.0.3.ebuild : + added --reverse-deps to the elibtoolize command. + 11 Sep 2002; Mark Guertin <gerk@gentoo.org> flac-1.0.3.ebuild : set nasm as x86 only dependancy diff --git a/media-libs/flac/flac-1.0.3.ebuild b/media-libs/flac/flac-1.0.3.ebuild index 161c6260be01..14d3488aee80 100644 --- a/media-libs/flac/flac-1.0.3.ebuild +++ b/media-libs/flac/flac-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.0.3.ebuild,v 1.8 2002/10/05 18:08:30 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.0.3.ebuild,v 1.9 2002/11/18 14:03:21 nall Exp $ IUSE="sse xmms" @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} sys-apps/gawk" src_compile() { - elibtoolize + elibtoolize --reverse-deps local myconf diff --git a/media-libs/flac/flac-1.0.4.ebuild b/media-libs/flac/flac-1.0.4.ebuild index 780a188a3201..2aa9b88864e0 100644 --- a/media-libs/flac/flac-1.0.4.ebuild +++ b/media-libs/flac/flac-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.0.4.ebuild,v 1.1 2002/10/31 23:31:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.0.4.ebuild,v 1.2 2002/11/18 14:03:21 nall Exp $ IUSE="sse xmms" @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} sys-apps/gawk" src_compile() { - elibtoolize + elibtoolize --reverse-deps local myconf |