commit: 6eb0c82fada7249e468a8c82d4810a48aac61433
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 12:23:47 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 22 15:41:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb0c82f
media-sound/bristol: Fix DEPENDs
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/bristol/bristol-0.60.11-r1.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/media-sound/bristol/bristol-0.60.11-r1.ebuild
b/media-sound/bristol/bristol-0.60.11-r1.ebuild
index 0cb211ac285..01ee6cb806e 100644
--- a/media-sound/bristol/bristol-0.60.11-r1.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r1.ebuild
@@ -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
"