media-sound/jack2: require any of classic and dbus
authorKarl Linden <karl.j.linden@gmail.com>
Sun, 3 Dec 2017 20:36:45 +0000 (21:36 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 4 Dec 2017 09:29:52 +0000 (10:29 +0100)
With no flags given the build system defaults to classic, but this
addition to REQUIRED_USE will keep the installation in sync with the
USE-flags.

Bug: https://bugs.gentoo.org/605834
Package-Manager: Portage-2.3.16, Repoman-2.3.6

media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild
media-sound/jack2/jack2-9999.ebuild

index 3b62bb738cce5fc0cb29da5ef7af5841d52dd749..de3d58d89ad7927345baa7c3c98f53faa0bd5164 100644 (file)
@@ -26,7 +26,9 @@ LICENSE="GPL-2"
 SLOT="2"
 IUSE="alsa celt dbus doc opus pam classic sndfile libsamplerate readline"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="
+       ${PYTHON_REQUIRED_USE}
+       || ( classic dbus )"
 
 CDEPEND="media-libs/libsamplerate
        media-libs/libsndfile
index 0823bd254c5ab33d0cd873948fc30254407b0666..2794517a02e433bb0472ab95f1b9d7456d7d3928 100644 (file)
@@ -26,7 +26,9 @@ LICENSE="GPL-2"
 SLOT="2"
 IUSE="alsa celt dbus doc opus pam classic sndfile libsamplerate readline"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="
+       ${PYTHON_REQUIRED_USE}
+       || ( classic dbus )"
 
 CDEPEND="media-libs/libsamplerate
        media-libs/libsndfile