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@users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/40213
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
IcySlurpee
2025-01-19 11:11:41 -08:00
committed by Sam James
parent b0928cc51b
commit c78c4dd6db

View File

@@ -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:= )
"