Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack2/
Date: Sun, 18 Nov 2018 11:22:55
Message-Id: 1542540097.2459a15a25b1ef014efcf94a650ff8be9910b55b.asturm@gentoo
1 commit: 2459a15a25b1ef014efcf94a650ff8be9910b55b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 10:01:11 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 11:21:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2459a15a
7
8 media-sound/jack2: Drop inexistent dependency
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/jack2/jack2-1.9.12-r1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/media-sound/jack2/jack2-1.9.12-r1.ebuild b/media-sound/jack2/jack2-1.9.12-r1.ebuild
17 index 4856ae84043..31014abf76d 100644
18 --- a/media-sound/jack2/jack2-1.9.12-r1.ebuild
19 +++ b/media-sound/jack2/jack2-1.9.12-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -23,7 +23,7 @@ fi
27
28 LICENSE="GPL-2"
29 SLOT="2"
30 -IUSE="alsa celt +classic dbus doc ieee1394 libsamplerate opus pam readline sndfile"
31 +IUSE="alsa +classic dbus doc ieee1394 libsamplerate opus pam readline sndfile"
32
33 REQUIRED_USE="
34 ${PYTHON_REQUIRED_USE}
35 @@ -34,7 +34,6 @@ CDEPEND="${PYTHON_DEPS}
36 media-libs/libsndfile
37 sys-libs/readline:0=
38 alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
39 - celt? ( media-libs/celt:0[${MULTILIB_USEDEP}] )
40 dbus? (
41 dev-libs/expat[${MULTILIB_USEDEP}]
42 sys-apps/dbus[${MULTILIB_USEDEP}]
43 @@ -62,7 +61,7 @@ multilib_src_configure() {
44 $(usex dbus --dbus "")
45 $(usex classic --classic "")
46 --alsa=$(usex alsa yes no)
47 - --celt=$(usex celt yes no)
48 + --celt=no
49 --doxygen=$(multilib_native_usex doc yes no)
50 --firewire=$(usex ieee1394 yes no)
51 --freebob=no