summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-01-08 05:33:57 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-01-08 07:57:47 -0500
commit8f73e063b4e30faa311c3190d38a5fedddc41d62 (patch)
tree09a997ac0a649ca3ca81280f76842dc00d9cc2e9
parentapp-emulation/vkd3d-proton: drop 2.11 (diff)
downloadgentoo-8f73e063b4e30faa311c3190d38a5fedddc41d62.tar.gz
gentoo-8f73e063b4e30faa311c3190d38a5fedddc41d62.tar.bz2
gentoo-8f73e063b4e30faa311c3190d38a5fedddc41d62.zip
app-emulation/wine-proton: stabilize 8.0.4 for amd64
Guess I'll do it myself wrt bug #916293, for some reason wine stablereqs frequently seem to get missed by AT without pinging someone every time. Closes: https://bugs.gentoo.org/916293 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--app-emulation/wine-proton/wine-proton-8.0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-proton/wine-proton-8.0.4.ebuild b/app-emulation/wine-proton/wine-proton-8.0.4.ebuild
index 05a681ccecdb..2fd793a8c37e 100644
--- a/app-emulation/wine-proton/wine-proton-8.0.4.ebuild
+++ b/app-emulation/wine-proton/wine-proton-8.0.4.ebuild
@@ -19,7 +19,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"