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-libs/alure/
Date: Sun, 10 Mar 2019 22:46:32
Message-Id: 1552257950.c77106d62e361e3a5e7b9b744375da7555211155.asturm@gentoo
1 commit: c77106d62e361e3a5e7b9b744375da7555211155
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 21:31:58 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 22:45:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77106d6
7
8 media-libs/alure: Add missing 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-libs/alure/alure-1.2-r1.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/alure/alure-1.2-r1.ebuild b/media-libs/alure/alure-1.2-r1.ebuild
17 index 40d2702d0c6..24092bba44b 100644
18 --- a/media-libs/alure/alure-1.2-r1.ebuild
19 +++ b/media-libs/alure/alure-1.2-r1.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 inherit cmake-utils
28
29 @@ -14,10 +14,11 @@ SLOT="0"
30 KEYWORDS="amd64 ~ppc ~ppc64 x86"
31 IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
32
33 -RDEPEND=">=media-libs/openal-1.1
34 +RDEPEND="
35 + >=media-libs/openal-1.1
36 dumb? ( media-libs/dumb )
37 flac? ( media-libs/flac )
38 - fluidsynth? ( >=media-sound/fluidsynth-1.1.1 )
39 + fluidsynth? ( >=media-sound/fluidsynth-1.1.1:= )
40 mp3? ( media-sound/mpg123 )
41 sndfile? ( media-libs/libsndfile )
42 vorbis? ( media-libs/libvorbis )"