Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/csound/
Date: Sun, 10 Mar 2019 22:46:36
Message-Id: 1552257952.36ad66b98b048df09c21f6cc62604f9a5a12a093.asturm@gentoo
1 commit: 36ad66b98b048df09c21f6cc62604f9a5a12a093
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 21:54:10 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 22:45:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ad66b9
7
8 media-sound/csound: Add media-sound/fluidsynth slot op
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/csound/csound-6.10.0.ebuild | 4 ++--
14 media-sound/csound/csound-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-sound/csound/csound-6.10.0.ebuild b/media-sound/csound/csound-6.10.0.ebuild
18 index 5906af36652..185ce6f382b 100644
19 --- a/media-sound/csound/csound-6.10.0.ebuild
20 +++ b/media-sound/csound/csound-6.10.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -53,7 +53,7 @@ RDEPEND="
28 media-libs/dssi
29 media-libs/ladspa-sdk
30 )
31 - fluidsynth? ( media-sound/fluidsynth )
32 + fluidsynth? ( media-sound/fluidsynth:= )
33 fltk? ( x11-libs/fltk:1[threads?] )
34 image? ( media-libs/libpng:0= )
35 jack? ( media-sound/jack-audio-connection-kit )
36
37 diff --git a/media-sound/csound/csound-9999.ebuild b/media-sound/csound/csound-9999.ebuild
38 index b97419c554c..c0694b7cd5c 100644
39 --- a/media-sound/csound/csound-9999.ebuild
40 +++ b/media-sound/csound/csound-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Authors
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -53,7 +53,7 @@ RDEPEND="
48 media-libs/dssi
49 media-libs/ladspa-sdk
50 )
51 - fluidsynth? ( media-sound/fluidsynth )
52 + fluidsynth? ( media-sound/fluidsynth:= )
53 fltk? ( x11-libs/fltk:1[threads?] )
54 image? ( media-libs/libpng:0= )
55 jack? ( media-sound/jack-audio-connection-kit )