commit:     2ebfbd01902e9f0b4d32ca7d2cef575ab7eb287b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 05:31:03 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 05:39:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebfbd01

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 <AT> gentoo.org>

 games-emulation/pcsx2/pcsx2-9999.ebuild | 6 +++---
 1 file 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

Reply via email to