diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-05 13:02:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-05 13:02:57 +0000 |
commit | 923de8a39692892eef96e2564775ba555c19f04e (patch) | |
tree | 06292795d41e0321f00f1560388214ab175816df /media-sound/audacity/audacity-1.3.5.ebuild | |
parent | Sparc stable, part of Bug #233817. (diff) | |
download | gentoo-2-923de8a39692892eef96e2564775ba555c19f04e.tar.gz gentoo-2-923de8a39692892eef96e2564775ba555c19f04e.tar.bz2 gentoo-2-923de8a39692892eef96e2564775ba555c19f04e.zip |
Bump flac dep to force upgrade to a recent version, it would fail to build if it is too old. Thanks to craig <oanjao@yahoo.com> for reporting in bug #233010
(Portage version: 2.2_rc6/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'media-sound/audacity/audacity-1.3.5.ebuild')
-rw-r--r-- | media-sound/audacity/audacity-1.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/audacity/audacity-1.3.5.ebuild b/media-sound/audacity/audacity-1.3.5.ebuild index ad02cc7a6c1d..1bbb8367f903 100644 --- a/media-sound/audacity/audacity-1.3.5.ebuild +++ b/media-sound/audacity/audacity-1.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.5.ebuild,v 1.4 2008/07/15 16:23:42 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.5.ebuild,v 1.5 2008/08/05 13:02:57 aballier Exp $ inherit eutils wxwidgets autotools @@ -29,7 +29,7 @@ COMMON_DEPEND="=x11-libs/wxGTK-2.8* vorbis? ( >=media-libs/libvorbis-1.0 ) mp3? ( >=media-libs/libmad-0.14.2b ) id3tag? ( media-libs/libid3tag ) - flac? ( media-libs/flac ) + flac? ( >=media-libs/flac-1.2.0 ) libsamplerate? ( >=media-libs/libsamplerate-0.1.2 ) vamp? ( media-libs/vamp-plugin-sdk ) twolame? ( media-sound/twolame )" |