diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-12-30 11:10:24 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-30 11:15:02 -0500 |
commit | 7e9c844fe4748e43a83217181b32bfa7da5b1cad (patch) | |
tree | 4712b18814c87954c96ace21c8fe88c73a19b943 /games-emulation | |
parent | sys-auth/sssd: drop 2.6.0-r2 (diff) | |
download | gentoo-7e9c844fe4748e43a83217181b32bfa7da5b1cad.tar.gz gentoo-7e9c844fe4748e43a83217181b32bfa7da5b1cad.tar.bz2 gentoo-7e9c844fe4748e43a83217181b32bfa7da5b1cad.zip |
games-emulation/pcsx2: update live
As usual pcsx2 is picky about sdl2 versions, not that I can
see the reason why (pretty sure this works just fine with
stable libsdl2-2.28.3 and this just annoys stable users
accept keywording it).
May really have to consider just sedding out the version
check for Qt and SDL2 if these keep up (not a patch given
will likely keep getting changed).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 223990367c6d..7dcbf7dc75d7 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND=" >=dev-qt/qtsvg-6.6.0:6 media-libs/libglvnd media-libs/libpng:= - >=media-libs/libsdl2-2.28.4[haptic,joystick] + >=media-libs/libsdl2-2.28.5[haptic,joystick] media-video/ffmpeg:= net-libs/libpcap net-misc/curl |