diff options
author | Sam James <sam@gentoo.org> | 2022-09-10 08:43:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-10 09:40:15 +0100 |
commit | 8d57fc379307faa78a48af405fd67a7e0c0e7d26 (patch) | |
tree | 8fef07e1523b104820579331d80ce0736058307b /media-libs/sdl-sound | |
parent | media-libs/xine-lib: add media-libs/flac subslot dep (diff) | |
download | gentoo-8d57fc379307faa78a48af405fd67a7e0c0e7d26.tar.gz gentoo-8d57fc379307faa78a48af405fd67a7e0c0e7d26.tar.bz2 gentoo-8d57fc379307faa78a48af405fd67a7e0c0e7d26.zip |
media-libs/sdl-sound: add media-libs/flac subslot dep
media-libs/flac-1.4.0 breaks ABI.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/sdl-sound')
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-1.0.3-r3.ebuild (renamed from media-libs/sdl-sound/sdl-sound-1.0.3-r2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/sdl-sound/sdl-sound-1.0.3-r2.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.3-r3.ebuild index 02c6018c0b60..eb34c69194cf 100644 --- a/media-libs/sdl-sound/sdl-sound-1.0.3-r2.ebuild +++ b/media-libs/sdl-sound/sdl-sound-1.0.3-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools multilib-minimal @@ -18,7 +18,7 @@ IUSE="flac mikmod modplug mp3 mpeg physfs speex static-libs vorbis" RDEPEND=" >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}] - flac? ( >=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}] ) + flac? ( >=media-libs/flac-1.2.1-r5:=[${MULTILIB_USEDEP}] ) mikmod? ( >=media-libs/libmikmod-3.2.0[${MULTILIB_USEDEP}] ) modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] ) mpeg? ( >=media-libs/smpeg-0.4.4-r10[${MULTILIB_USEDEP}] ) |