diff options
author | 2004-11-12 08:26:30 +0000 | |
---|---|---|
committer | 2004-11-12 08:26:30 +0000 | |
commit | d0c619cf2ecc2163699cc3baa26eaeab4011c6b4 (patch) | |
tree | f57f715e2e4759e6640277ed66540e490becf9fc /media-sound/fluidsynth/fluidsynth-1.0.5.ebuild | |
parent | Stable amd64, sparc. (Manifest recommit) (diff) | |
download | gentoo-2-d0c619cf2ecc2163699cc3baa26eaeab4011c6b4.tar.gz gentoo-2-d0c619cf2ecc2163699cc3baa26eaeab4011c6b4.tar.bz2 gentoo-2-d0c619cf2ecc2163699cc3baa26eaeab4011c6b4.zip |
Removing 1.0.1. Stable amd64, sparc, x86.
Diffstat (limited to 'media-sound/fluidsynth/fluidsynth-1.0.5.ebuild')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild index 6f739b2eabe7..b4f5d0c0c0a4 100644 --- a/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild,v 1.2 2004/09/28 20:19:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.5.ebuild,v 1.3 2004/11/12 08:26:30 eradicator Exp $ IUSE="alsa jack sse ladcca static" @@ -12,7 +12,7 @@ SRC_URI="http://savannah.nongnu.org/download/fluid/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64 ~sparc" +KEYWORDS="amd64 ~ppc sparc x86" DEPEND="jack? ( media-sound/jack-audio-connection-kit ) media-libs/ladspa-sdk @@ -56,5 +56,5 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die - dodoc AUTHORS COPYING INSTALL NEWS README THANKS TODO + dodoc AUTHORS NEWS README THANKS TODO } |