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 9DB83158064 for ; Mon, 13 May 2024 05:28:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B208E29F6; Mon, 13 May 2024 05:28:00 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 1DD23E29F6 for ; Mon, 13 May 2024 05:28:00 +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 E224E3430CB for ; Mon, 13 May 2024 05:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2331F1AA9 for ; Mon, 13 May 2024 05:27:57 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1715578058.6e84d051c84ffbf63ec5146b6a1a3a4b0d7d7050.juippis@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.5724.ebuild X-VCS-Directories: games-emulation/pcsx2/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6e84d051c84ffbf63ec5146b6a1a3a4b0d7d7050 X-VCS-Branch: master Date: Mon, 13 May 2024 05:27:57 +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: 7afe168d-0dd7-4e46-b005-9dbad15548eb X-Archives-Hash: 5f7e2586d18a565e58a6a48d93e5b8e2 commit: 6e84d051c84ffbf63ec5146b6a1a3a4b0d7d7050 Author: Joonas Niilola gentoo org> AuthorDate: Mon May 13 05:27:38 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 13 05:27:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e84d051 games-emulation/pcsx2: Stabilize 1.7.5724 amd64, #931830 Signed-off-by: Joonas Niilola gentoo.org> games-emulation/pcsx2/pcsx2-1.7.5724.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/pcsx2/pcsx2-1.7.5724.ebuild b/games-emulation/pcsx2/pcsx2-1.7.5724.ebuild index 634e5d0a4e32..1bf5c7c73e38 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.5724.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.5724.ebuild @@ -12,7 +12,7 @@ else # unbundling on this package has become unmaintainable and, rather than # handle submodules separately, using a tarball that includes them SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz" - KEYWORDS="-* ~amd64" + KEYWORDS="-* amd64" fi DESCRIPTION="PlayStation 2 emulator"