mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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:= )
|
||||
"
|
||||
Reference in New Issue
Block a user