summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-05 11:06:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-05 11:06:19 +0000
commit4e52d2b5882ee04c35476489ac5ae1350c3deca4 (patch)
treef6334832748d7249d5d02dfffeac4508f7a63853 /media-sound/fluidsynth
parentPull musepack-tools only when USE=musepack, fixes bug 272707 (diff)
downloadhistorical-4e52d2b5882ee04c35476489ac5ae1350c3deca4.tar.gz
historical-4e52d2b5882ee04c35476489ac5ae1350c3deca4.tar.bz2
historical-4e52d2b5882ee04c35476489ac5ae1350c3deca4.zip
Fix repoman warnings from latest ebuild, older will be removed soon after stable bug
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'media-sound/fluidsynth')
-rw-r--r--media-sound/fluidsynth/fluidsynth-1.0.9.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild
index de42a6bcd22c..574ca7b1db28 100644
--- a/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild,v 1.2 2009/04/20 22:10:40 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild,v 1.3 2009/06/05 11:06:19 ssuominen Exp $
EAPI=2
-
inherit flag-o-matic eutils libtool autotools
IUSE="alsa debug jack ladspa lash oss portaudio pulseaudio readline"
@@ -16,16 +15,17 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-DEPEND="jack? ( media-sound/jack-audio-connection-kit )
+RDEPEND="jack? ( media-sound/jack-audio-connection-kit )
ladspa? ( >=media-libs/ladspa-sdk-1.12
- >=media-libs/ladspa-cmt-1.15 )
+ >=media-libs/ladspa-cmt-1.15 )
alsa? ( media-libs/alsa-lib[midi]
- lash? ( >=media-sound/lash-0.5 ) )
+ lash? ( >=media-sound/lash-0.5 ) )
pulseaudio? ( >=media-sound/pulseaudio-0.9.8 )
portaudio? ( >=media-libs/portaudio-19_pre )
readline? ( sys-libs/readline )"
+DEPEND="${RDEPEND}"
-S="${WORKDIR}/${P/7a/7}"
+S=${WORKDIR}/${P/7a/7}
# Alsa is required for lash support in this package.
pkg_setup() {