From d0fe70414e6b13bc7f7f2020c73aa238df9172cd Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 15 May 2025 22:56:06 -0400 Subject: [PATCH] app-emulation/wine-proton: stabilize 9.0.4-r2 for amd64 Closes: https://bugs.gentoo.org/955104 Signed-off-by: Ionen Wolkens --- app-emulation/wine-proton/wine-proton-9.0.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/wine-proton/wine-proton-9.0.4-r2.ebuild b/app-emulation/wine-proton/wine-proton-9.0.4-r2.ebuild index 15a669f6e8267..b795ebe79427a 100644 --- a/app-emulation/wine-proton/wine-proton-9.0.4-r2.ebuild +++ b/app-emulation/wine-proton/wine-proton-9.0.4-r2.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://github.com/ValveSoftware/wine/archive/refs/tags/proton-wine-${WINE_PV}.tar.gz" S=${WORKDIR}/${PN}-wine-${WINE_PV} - KEYWORDS="-* ~amd64 ~x86" + KEYWORDS="-* amd64 ~x86" fi DESCRIPTION="Valve Software's fork of Wine"