diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-18 11:01:11 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-18 12:21:37 +0100 |
commit | 2459a15a25b1ef014efcf94a650ff8be9910b55b (patch) | |
tree | 0faea13238c87555a9b721cb92adf83d8dd592e6 /media-sound | |
parent | sys-block/fio: Fix shebang before replicating script (diff) | |
download | gentoo-2459a15a25b1ef014efcf94a650ff8be9910b55b.tar.gz gentoo-2459a15a25b1ef014efcf94a650ff8be9910b55b.tar.bz2 gentoo-2459a15a25b1ef014efcf94a650ff8be9910b55b.zip |
media-sound/jack2: Drop inexistent dependency
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/jack2/jack2-1.9.12-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/jack2/jack2-1.9.12-r1.ebuild b/media-sound/jack2/jack2-1.9.12-r1.ebuild index 4856ae84043a..31014abf76d3 100644 --- a/media-sound/jack2/jack2-1.9.12-r1.ebuild +++ b/media-sound/jack2/jack2-1.9.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -23,7 +23,7 @@ fi LICENSE="GPL-2" SLOT="2" -IUSE="alsa celt +classic dbus doc ieee1394 libsamplerate opus pam readline sndfile" +IUSE="alsa +classic dbus doc ieee1394 libsamplerate opus pam readline sndfile" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} @@ -34,7 +34,6 @@ CDEPEND="${PYTHON_DEPS} media-libs/libsndfile sys-libs/readline:0= alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) - celt? ( media-libs/celt:0[${MULTILIB_USEDEP}] ) dbus? ( dev-libs/expat[${MULTILIB_USEDEP}] sys-apps/dbus[${MULTILIB_USEDEP}] @@ -62,7 +61,7 @@ multilib_src_configure() { $(usex dbus --dbus "") $(usex classic --classic "") --alsa=$(usex alsa yes no) - --celt=$(usex celt yes no) + --celt=no --doxygen=$(multilib_native_usex doc yes no) --firewire=$(usex ieee1394 yes no) --freebob=no |