diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-10 23:13:02 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-10 23:45:53 +0100 |
commit | 23b79b93879c2709f271e9cfd7120a37eb37602d (patch) | |
tree | e02d75fc5af349db429006b1441f28ee396a7cd6 /media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild | |
parent | media-sound/qsynth: Add media-sound/fluidsynth slot op (diff) | |
download | gentoo-23b79b93879c2709f271e9cfd7120a37eb37602d.tar.gz gentoo-23b79b93879c2709f271e9cfd7120a37eb37602d.tar.bz2 gentoo-23b79b93879c2709f271e9cfd7120a37eb37602d.zip |
media-libs/sdl-mixer: Add missing media-sound/fluidsynth slot op
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild')
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild index 789b33486221..8d73e8e50b67 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -28,7 +28,7 @@ REQUIRED_USE=" RDEPEND=">=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}] flac? ( >=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}] ) midi? ( - fluidsynth? ( >=media-sound/fluidsynth-1.1.6-r1[${MULTILIB_USEDEP}] ) + fluidsynth? ( >=media-sound/fluidsynth-1.1.6-r1:=[${MULTILIB_USEDEP}] ) timidity? ( media-sound/timidity++ ) ) mp3? ( |