diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-29 07:47:22 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-29 07:47:22 +0000 |
commit | 3bfe19bef577b332bd0d124ba9038a02e7e8385b (patch) | |
tree | ab5476011629cbdc484e0282e3134e17e7534081 /media-sound/fluidsynth | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-3bfe19bef577b332bd0d124ba9038a02e7e8385b.tar.gz gentoo-2-3bfe19bef577b332bd0d124ba9038a02e7e8385b.tar.bz2 gentoo-2-3bfe19bef577b332bd0d124ba9038a02e7e8385b.zip |
ladcca support readded depending on old version.
Diffstat (limited to 'media-sound/fluidsynth')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.3.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild index b95332e71a31..22b592223eab 100644 --- a/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild,v 1.9 2004/04/17 18:18:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild,v 1.10 2004/04/29 07:47:22 eradicator Exp $ inherit flag-o-matic eutils @@ -16,12 +16,10 @@ IUSE="alsa jack sse ladcca" DEPEND="jack? ( virtual/jack ) media-libs/ladspa-sdk - amd64? ( ladcca? ( =media-libs/ladcca-0.3* ) ) + !ppc? ( ladcca? ( =media-libs/ladcca-0.3* ) ) alsa? ( media-libs/alsa-lib )" -# Removed as it doesn't support new ladcca yet ... bug #46916 -# ladcca? ( media-libs/ladcca ) \ - +# ladcca-0.4 support is broken. bug #46916 src_unpack() { unpack ${A} |