diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-11-14 10:45:31 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-11-14 10:45:31 +0000 |
commit | 319bba4df1c99c6f3312e6a40436cd3784fbc32c (patch) | |
tree | 361b02b6d1665cfe876830084b2a41d6e3678664 /media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild | |
parent | Remove bundled gettext m4, depend on it unconditionally and eautoreconf it, f... (diff) | |
download | gentoo-2-319bba4df1c99c6f3312e6a40436cd3784fbc32c.tar.gz gentoo-2-319bba4df1c99c6f3312e6a40436cd3784fbc32c.tar.bz2 gentoo-2-319bba4df1c99c6f3312e6a40436cd3784fbc32c.zip |
Depend on fltk slot 1.1, doesnt work with 2.0, bug #246445
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild')
-rw-r--r-- | media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild b/media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild index 81758f04ed22..4b450e5b408c 100644 --- a/media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild +++ b/media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild,v 1.5 2007/10/01 20:04:25 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild,v 1.6 2008/11/14 10:45:31 aballier Exp $ + +EAPI=1 inherit eutils @@ -16,7 +18,7 @@ KEYWORDS="amd64 ~ppc x86" #IUSE="oss alsa jack mmx" IUSE="oss alsa jack" -DEPEND=">=x11-libs/fltk-1.1.2 +DEPEND=">=x11-libs/fltk-1.1.2:1.1 =sci-libs/fftw-3* jack? ( media-sound/jack-audio-connection-kit ) >=dev-libs/mini-xml-2.2.1" |