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/fluidsynth/
Date: Sat, 01 Apr 2017 12:27:17
Message-Id: 1491049625.b7aba1172ad0eacd53883d75954a47026b87d6de.aballier@gentoo
1 commit: b7aba1172ad0eacd53883d75954a47026b87d6de
2 Author: Karl Linden <karl.j.linden <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 31 10:11:10 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 12:27:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7aba117
7
8 media-sound/fluidsynth: depend on virtual/jack, wrt #602880
9
10 Gentoo-Bug: 602880
11 Package-Manager: Portage-2.3.5, Repoman-2.3.2
12
13 media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild
17 index c9fe00d5b62..495cb2344ab 100644
18 --- a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild
19 +++ b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild
20 @@ -17,7 +17,7 @@ RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
21 alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}]
22 lash? ( >=media-sound/lash-0.5.4-r2[${MULTILIB_USEDEP}] ) )
23 dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
24 - jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}] )
25 + jack? ( virtual/jack[${MULTILIB_USEDEP}] )
26 ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}]
27 >=media-libs/ladspa-cmt-1.16-r3[${MULTILIB_USEDEP}] )
28 pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )