media-sound/jack2: Drop USE celt
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Sep 2018 18:21:30 +0000 (20:21 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Sep 2018 18:21:53 +0000 (20:21 +0200)
Bug: https://bugs.gentoo.org/664156
Package-Manager: Portage-2.3.49, Repoman-2.3.10

media-sound/jack2/jack2-9999.ebuild

index ce2bf29ff08bafd0dfbfe1a17cc9f399a15f8c85..3c407e2a68bb7f3aa3dd90fe313e4e36f6360140 100644 (file)
@@ -23,7 +23,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="2"
-IUSE="alsa celt dbus doc opus pam +classic sndfile libsamplerate readline"
+IUSE="alsa dbus doc opus pam +classic sndfile libsamplerate readline"
 
 REQUIRED_USE="
        ${PYTHON_REQUIRED_USE}
@@ -34,7 +34,6 @@ CDEPEND="media-libs/libsamplerate
        sys-libs/readline:0=
        ${PYTHON_DEPS}
        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}]
@@ -61,7 +60,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=no
                --freebob=no