media-sound/bristol: Fix DEPENDs
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 22 May 2019 12:23:47 +0000 (14:23 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 22 May 2019 15:41:20 +0000 (17:41 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-sound/bristol/bristol-0.60.11-r1.ebuild

index 0cb211ac2850407d7bd27be5d9e6c136819a2696..01ee6cb806e3b193ac1084d80abd2c97171f5bab 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,15 +17,16 @@ IUSE="alsa oss static-libs"
 # jack: fails to build if disabled
 # pulseaudio: not fully supported
 
+BDEPEND="
+       virtual/pkgconfig
+"
 RDEPEND="
-       >=media-sound/jack-audio-connection-kit-0.109.2
+       virtual/jack
        x11-libs/libX11
        alsa? ( >=media-libs/alsa-lib-1.0.0 )
 "
 # osc? ( >=media-libs/liblo-0.22 )
-DEPEND="${RDEPEND}"
-BDEPEND="
-       virtual/pkgconfig
+DEPEND="${RDEPEND}
        x11-base/xorg-proto
 "