diff options
author | 2023-10-26 01:31:03 -0400 | |
---|---|---|
committer | 2023-10-26 01:39:42 -0400 | |
commit | 2ebfbd01902e9f0b4d32ca7d2cef575ab7eb287b (patch) | |
tree | 2736a5743719ac4b76af2af05d965240f9857988 /games-emulation | |
parent | sys-apps/syd: add 3.1.9 (diff) | |
download | gentoo-2ebfbd01902e9f0b4d32ca7d2cef575ab7eb287b.tar.gz gentoo-2ebfbd01902e9f0b4d32ca7d2cef575ab7eb287b.tar.bz2 gentoo-2ebfbd01902e9f0b4d32ca7d2cef575ab7eb287b.zip |
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>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 63a7bbdd2c1d..e13f2c5a2b74 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -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 |