From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25F72158089 for ; Thu, 26 Oct 2023 05:40:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A5112BC03B; Thu, 26 Oct 2023 05:40:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DDF02BC03B for ; Thu, 26 Oct 2023 05:40:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DAC6335C2A for ; Thu, 26 Oct 2023 05:40:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2CAD12C0 for ; Thu, 26 Oct 2023 05:40:30 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1698298782.2ebfbd01902e9f0b4d32ca7d2cef575ab7eb287b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/pcsx2/pcsx2-9999.ebuild X-VCS-Directories: games-emulation/pcsx2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 2ebfbd01902e9f0b4d32ca7d2cef575ab7eb287b X-VCS-Branch: master Date: Thu, 26 Oct 2023 05:40:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afa9596b-9975-49e1-bf92-393d7322203f X-Archives-Hash: fdec54deb44ca2d0ede16216a566fbe3 commit: 2ebfbd01902e9f0b4d32ca7d2cef575ab7eb287b Author: Ionen Wolkens gentoo org> AuthorDate: Thu Oct 26 05:31:03 2023 +0000 Commit: Ionen Wolkens gentoo 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 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