commit: 45e5c79c9a6864fe1272525b9700422e7ece11af
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 6 08:01:09 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Dec 6 11:32:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e5c79c
app-emulation/wine-proton: stabilize 10.0.3 for amd64
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-emulation/wine-proton/wine-proton-10.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/wine-proton/wine-proton-10.0.3.ebuild
b/app-emulation/wine-proton/wine-proton-10.0.3.ebuild
index 3e4341c6c1ab..0b1c9b2a2e7e 100644
--- a/app-emulation/wine-proton/wine-proton-10.0.3.ebuild
+++ b/app-emulation/wine-proton/wine-proton-10.0.3.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"