mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
games-emulation/pcsx2: update live
Albeit not quite sure why upstream insists on bumping minimum version, does not seem to be using anything 6.6.0-specific. As far as I'm aware it still works with 6.5.x beside the cmake check (similar deal as the minimum sdl2 version checks). May be annoying for stable users still on 6.5.x. May consider to patch out the limitation if this gets frequently bumped while not seemingly broken, albeit leaving it alone for now. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -32,8 +32,8 @@ RESTRICT="!test? ( test )"
|
||||
COMMON_DEPEND="
|
||||
app-arch/xz-utils
|
||||
dev-libs/libaio
|
||||
>=dev-qt/qtbase-6.5.3:6[gui,network,widgets]
|
||||
>=dev-qt/qtsvg-6.5.3:6
|
||||
>=dev-qt/qtbase-6.6.0:6[gui,network,widgets]
|
||||
>=dev-qt/qtsvg-6.6.0:6
|
||||
media-libs/libglvnd
|
||||
media-libs/libpng:=
|
||||
>=media-libs/libsdl2-2.28.4[haptic,joystick]
|
||||
@@ -62,7 +62,7 @@ DEPEND="
|
||||
x11-base/xorg-proto
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-qt/qttools-6.5.3:6[linguist]
|
||||
>=dev-qt/qttools-6.6.0:6[linguist]
|
||||
wayland? (
|
||||
dev-util/wayland-scanner
|
||||
kde-frameworks/extra-cmake-modules
|
||||
|
||||
Reference in New Issue
Block a user