From c78c4dd6db1a0dd4b69f6ae12145e98ca5ecb606 Mon Sep 17 00:00:00 2001 From: IcySlurpee <1784495+IcySlurpee@users.noreply.github.com> Date: Sun, 19 Jan 2025 11:11:41 -0800 Subject: [PATCH] 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 --- .../dolphin/{dolphin-2412.ebuild => dolphin-2412-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename games-emulation/dolphin/{dolphin-2412.ebuild => dolphin-2412-r1.ebuild} (99%) 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 ed35d8d995a47..c93526544485d 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:= ) "