From 07a5e2a710b40e7b43e83705ccafd7b39171f6aa Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 16 Jun 2026 18:31:59 -0400 Subject: [PATCH] games-emulation/ppsspp: Stabilize 1.20.4 amd64, #977521 Signed-off-by: Eli Schwartz --- games-emulation/ppsspp/ppsspp-1.20.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/ppsspp/ppsspp-1.20.4.ebuild b/games-emulation/ppsspp/ppsspp-1.20.4.ebuild index 023700a7b6c1d..f54dbce697ddb 100644 --- a/games-emulation/ppsspp/ppsspp-1.20.4.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.20.4.ebuild @@ -18,7 +18,7 @@ if [[ "${PV}" == *9999* ]] ; then else SRC_URI="https://github.com/hrydgard/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="Apache-2.0 BSD BSD-2 GPL-2 JSON MIT"