app-emulation/wine-proton: stabilize 9.0.4-r2 for amd64

Closes: https://bugs.gentoo.org/955104
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-05-15 22:56:06 -04:00
parent 56e1e1beea
commit d0fe70414e

View File

@@ -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"