Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack2/
Date: Mon, 04 Dec 2017 09:30:56
Message-Id: 1512379792.1a3341015bb81d31c2a9a295e1e5766c226c1a1d.aballier@gentoo
1 commit: 1a3341015bb81d31c2a9a295e1e5766c226c1a1d
2 Author: Karl Linden <karl.j.linden <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 3 20:36:45 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 09:29:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a334101
7
8 media-sound/jack2: require any of classic and dbus
9
10 With no flags given the build system defaults to classic, but this
11 addition to REQUIRED_USE will keep the installation in sync with the
12 USE-flags.
13
14 Bug: https://bugs.gentoo.org/605834
15 Package-Manager: Portage-2.3.16, Repoman-2.3.6
16
17 media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild | 4 +++-
18 media-sound/jack2/jack2-9999.ebuild | 4 +++-
19 2 files changed, 6 insertions(+), 2 deletions(-)
20
21 diff --git a/media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild b/media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild
22 index 3b62bb738cc..de3d58d89ad 100644
23 --- a/media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild
24 +++ b/media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild
25 @@ -26,7 +26,9 @@ LICENSE="GPL-2"
26 SLOT="2"
27 IUSE="alsa celt dbus doc opus pam classic sndfile libsamplerate readline"
28
29 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30 +REQUIRED_USE="
31 + ${PYTHON_REQUIRED_USE}
32 + || ( classic dbus )"
33
34 CDEPEND="media-libs/libsamplerate
35 media-libs/libsndfile
36
37 diff --git a/media-sound/jack2/jack2-9999.ebuild b/media-sound/jack2/jack2-9999.ebuild
38 index 0823bd254c5..2794517a02e 100644
39 --- a/media-sound/jack2/jack2-9999.ebuild
40 +++ b/media-sound/jack2/jack2-9999.ebuild
41 @@ -26,7 +26,9 @@ LICENSE="GPL-2"
42 SLOT="2"
43 IUSE="alsa celt dbus doc opus pam classic sndfile libsamplerate readline"
44
45 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
46 +REQUIRED_USE="
47 + ${PYTHON_REQUIRED_USE}
48 + || ( classic dbus )"
49
50 CDEPEND="media-libs/libsamplerate
51 media-libs/libsndfile