diff options
author | 2007-10-01 20:04:25 +0000 | |
---|---|---|
committer | 2007-10-01 20:04:25 +0000 | |
commit | 9c556acd86d53891558ed9d898dce66f3a83446c (patch) | |
tree | e6e97307374c2d797d9bc678ff6e82cee5a1e4f1 /media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild | |
parent | clean up (diff) | |
download | gentoo-2-9c556acd86d53891558ed9d898dce66f3a83446c.tar.gz gentoo-2-9c556acd86d53891558ed9d898dce66f3a83446c.tar.bz2 gentoo-2-9c556acd86d53891558ed9d898dce66f3a83446c.zip |
Made jack optional. bug #190243
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild')
-rw-r--r-- | media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild b/media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild index b2cc069acbab..81758f04ed22 100644 --- a/media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild +++ b/media-sound/zynaddsubfx/zynaddsubfx-2.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.4 2007/07/11 19:30:24 mr_bones_ Exp $ +# $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 $ inherit eutils @@ -18,7 +18,7 @@ IUSE="oss alsa jack" DEPEND=">=x11-libs/fltk-1.1.2 =sci-libs/fftw-3* - media-sound/jack-audio-connection-kit + jack? ( media-sound/jack-audio-connection-kit ) >=dev-libs/mini-xml-2.2.1" # portaudio? ( media-libs/portaudio )" |