commit: c78c4dd6db1a0dd4b69f6ae12145e98ca5ecb606 Author: IcySlurpee <1784495+IcySlurpee <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sun Jan 19 19:11:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 20 04:10:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78c4dd6
games-emulation/dolphin: require newer sdl2 Dolphin v2412 requires >=media-libs/libsdl2-2.30.9 when built with the sdl USE flag. Closes: https://bugs.gentoo.org/948415 Signed-off-by: IcySlurpee <1784495+IcySlurpee <AT> users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/40213 Signed-off-by: Sam James <sam <AT> gentoo.org> games-emulation/dolphin/{dolphin-2412.ebuild => dolphin-2412-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/dolphin/dolphin-2412.ebuild b/games-emulation/dolphin/dolphin-2412-r1.ebuild similarity index 99% rename from games-emulation/dolphin/dolphin-2412.ebuild rename to games-emulation/dolphin/dolphin-2412-r1.ebuild index ed35d8d995a4..c93526544485 100644 --- a/games-emulation/dolphin/dolphin-2412.ebuild +++ b/games-emulation/dolphin/dolphin-2412-r1.ebuild @@ -101,7 +101,7 @@ RDEPEND=" llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}=') ) profile? ( dev-util/oprofile ) pulseaudio? ( media-libs/libpulse ) - sdl? ( media-libs/libsdl2 ) + sdl? ( >=media-libs/libsdl2-2.30.9 ) systemd? ( sys-apps/systemd:0= ) upnp? ( net-libs/miniupnpc:= ) "
