media-libs/alure: Add missing media-sound/fluidsynth slot op
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 10 Mar 2019 21:31:58 +0000 (22:31 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 10 Mar 2019 22:45:50 +0000 (23:45 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/alure/alure-1.2-r1.ebuild

index 40d2702d0c6131ef96e8e1bab326f9a7e170fc38..24092bba44b6a7e00548872bc53902b8f0b61305 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils
 
@@ -14,10 +14,11 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
 
-RDEPEND=">=media-libs/openal-1.1
+RDEPEND="
+       >=media-libs/openal-1.1
        dumb? ( media-libs/dumb )
        flac? ( media-libs/flac )
-       fluidsynth? ( >=media-sound/fluidsynth-1.1.1 )
+       fluidsynth? ( >=media-sound/fluidsynth-1.1.1:= )
        mp3? ( media-sound/mpg123 )
        sndfile? ( media-libs/libsndfile )
        vorbis? ( media-libs/libvorbis )"