From bd41179ecc33aee28d1f1de6734a26e2ca2d8075 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 12 Oct 2025 05:24:56 -0400 Subject: [PATCH] games-emulation/pcsx2: update live Signed-off-by: Ionen Wolkens --- 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 1a24cf4594982..538fb06c40c7a 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -39,7 +39,7 @@ COMMON_DEPEND=" app-arch/zstd:= dev-qt/qtbase:6=[X,concurrent,gui,widgets] dev-qt/qtsvg:6 - gui-libs/kddockwidgets:= + >=gui-libs/kddockwidgets-2.3:= media-libs/freetype media-libs/libglvnd[X] media-libs/libjpeg-turbo:= @@ -89,7 +89,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.7.5232-cubeb-automagic.patch "${FILESDIR}"/${PN}-1.7.5835-musl-header.patch "${FILESDIR}"/${PN}-1.7.5913-musl-cache.patch - "${FILESDIR}"/${PN}-2.4.0-qt610.patch ) CMAKE_QA_COMPAT_SKIP=1 #957976 @@ -105,7 +104,8 @@ src_prepare() { # relax some version requirements which often get restricted without # a specific need, please report a bug to Gentoo (not upstream) if a # still-available older version is really causing issues - sed -e '/find_package(\(Qt6\|SDL3\)/s/ [0-9.]*//' \ + # TODO?: actually hasn't changed in a while, maybe drop + add lower bounds + sed -e '/find_package(\(Qt6\|SDL3\)/s/ [0-9.]* / /' \ -i cmake/SearchForStuff.cmake || die # pluto(s)vg likewise often restrict versions and Gentoo also does not