summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-20 20:13:16 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-20 20:13:16 +0000
commit764bb56c419fe416d771ba97de8cd940c3299a11 (patch)
treea5ef7c272622625d8df2f6991541093d9dd5cb18 /media-sound/zynaddsubfx/zynaddsubfx-2.4.1.ebuild
parentx11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly (diff)
downloadhistorical-764bb56c419fe416d771ba97de8cd940c3299a11.tar.gz
historical-764bb56c419fe416d771ba97de8cd940c3299a11.tar.bz2
historical-764bb56c419fe416d771ba97de8cd940c3299a11.zip
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'media-sound/zynaddsubfx/zynaddsubfx-2.4.1.ebuild')
-rw-r--r--media-sound/zynaddsubfx/zynaddsubfx-2.4.1.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/media-sound/zynaddsubfx/zynaddsubfx-2.4.1.ebuild b/media-sound/zynaddsubfx/zynaddsubfx-2.4.1.ebuild
index 6ed3586b4fa2..0ef8532082f7 100644
--- a/media-sound/zynaddsubfx/zynaddsubfx-2.4.1.ebuild
+++ b/media-sound/zynaddsubfx/zynaddsubfx-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.1.ebuild,v 1.1 2011/02/26 20:46:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.1.ebuild,v 1.2 2011/03/20 20:06:18 jlec Exp $
EAPI=4
inherit eutils cmake-utils
@@ -19,12 +19,11 @@ IUSE="alsa +fltk jack lash"
RDEPEND="
sci-libs/fftw:3.0
- sys-libs/zlib
- >=dev-libs/mini-xml-2.2.1
- alsa? ( media-libs/alsa-lib )
+ fltk? ( x11-libs/fltk:1 )
jack? ( media-sound/jack-audio-connection-kit )
- fltk? ( >=x11-libs/fltk-1.1.2:1.1 )
- lash? ( media-sound/lash )"
+ alsa? ( media-libs/alsa-lib )
+ lash? ( media-sound/lash )
+ >=dev-libs/mini-xml-2.2.1"
# portaudio? ( media-libs/portaudio )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"