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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB90915ACFB for ; Sun, 23 Apr 2023 04:49:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 157AAE0AB8; Sun, 23 Apr 2023 04:49:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EED2BE0AB8 for ; Sun, 23 Apr 2023 04:49:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 365C3341331 for ; Sun, 23 Apr 2023 04:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4BE57DE for ; Sun, 23 Apr 2023 04:49:45 +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: <1682225366.2f420d0c64b33fe486a1ea36fd51b21ee7f227ee.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-1.7.3738.ebuild games-emulation/pcsx2/pcsx2-1.7.4280.ebuild 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: 2f420d0c64b33fe486a1ea36fd51b21ee7f227ee X-VCS-Branch: master Date: Sun, 23 Apr 2023 04:49:45 +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: 3c1deb2b-1a37-472f-853f-b2ca5a38ba30 X-Archives-Hash: 39c3f05cd18d793260d37b52571bbd05 commit: 2f420d0c64b33fe486a1ea36fd51b21ee7f227ee Author: Ionen Wolkens gentoo org> AuthorDate: Sun Apr 23 04:47:37 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Apr 23 04:49:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f420d0c games-emulation/pcsx2: use explicit slot for qttools Oversight, albeit is unlikely to be an issue unless qttools is still not split by the time Qt7 comes out. Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/pcsx2/pcsx2-1.7.3738.ebuild | 2 +- games-emulation/pcsx2/pcsx2-1.7.4280.ebuild | 2 +- games-emulation/pcsx2/pcsx2-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild b/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild index 951c4e4fe7c8..87648ee26e9d 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild @@ -81,7 +81,7 @@ DEPEND=" test? ( dev-cpp/gtest )" BDEPEND=" dev-lang/perl - qt6? ( dev-qt/qttools[linguist] ) + qt6? ( dev-qt/qttools:6[linguist] ) !qt6? ( sys-devel/gettext )" FILECAPS=( diff --git a/games-emulation/pcsx2/pcsx2-1.7.4280.ebuild b/games-emulation/pcsx2/pcsx2-1.7.4280.ebuild index a0683b3c3d85..ae1c9c594c50 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.4280.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.4280.ebuild @@ -71,7 +71,7 @@ DEPEND=" ${RDEPEND} x11-base/xorg-proto test? ( dev-cpp/gtest )" -BDEPEND="dev-qt/qttools[linguist]" +BDEPEND="dev-qt/qttools:6[linguist]" FILECAPS=( -m 0755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/pcsx2 diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index a0683b3c3d85..ae1c9c594c50 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -71,7 +71,7 @@ DEPEND=" ${RDEPEND} x11-base/xorg-proto test? ( dev-cpp/gtest )" -BDEPEND="dev-qt/qttools[linguist]" +BDEPEND="dev-qt/qttools:6[linguist]" FILECAPS=( -m 0755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/pcsx2