commit:     2459a15a25b1ef014efcf94a650ff8be9910b55b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 10:01:11 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 11:21:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2459a15a

media-sound/jack2: Drop inexistent dependency

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/jack2/jack2-1.9.12-r1.ebuild | 7 +++----
 1 file 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 4856ae84043..31014abf76d 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

Reply via email to