From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 1D46C15827B for ; Sun, 10 Aug 2025 22:47:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1022534216E for ; Sun, 10 Aug 2025 22:47:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0EDCD110280; Sun, 10 Aug 2025 22:47:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 02AA6110280 for ; Sun, 10 Aug 2025 22:47:21 +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 B1FE534216E for ; Sun, 10 Aug 2025 22:47:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23E7E2A02 for ; Sun, 10 Aug 2025 22:47:20 +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: <1754865675.ef1c092da016c2c8d73d73ddaf35eef57a0b1f83.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-2.4.0.ebuild X-VCS-Directories: games-emulation/pcsx2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ef1c092da016c2c8d73d73ddaf35eef57a0b1f83 X-VCS-Branch: master Date: Sun, 10 Aug 2025 22:47:20 +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: 36ec8cea-37a3-4edc-b3e6-5722b80c46b0 X-Archives-Hash: 441017e4929ec376f87f7a93e8621745 commit: ef1c092da016c2c8d73d73ddaf35eef57a0b1f83 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Aug 10 22:41:15 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Aug 10 22:41:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1c092d games-emulation/pcsx2: Stabilize 2.4.0 amd64, #960687 Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/pcsx2/pcsx2-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/pcsx2/pcsx2-2.4.0.ebuild b/games-emulation/pcsx2/pcsx2-2.4.0.ebuild index c54b32169a72..de7e4f6be250 100644 --- a/games-emulation/pcsx2/pcsx2-2.4.0.ebuild +++ b/games-emulation/pcsx2/pcsx2-2.4.0.ebuild @@ -17,7 +17,7 @@ else https://github.com/PCSX2/pcsx2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz " - KEYWORDS="-* ~amd64" + KEYWORDS="-* amd64" fi DESCRIPTION="PlayStation 2 emulator"