summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-12-01 11:31:39 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-12-01 22:14:01 -0500
commitbc120361a5b2e15b14233af92762812e211896aa (patch)
tree510809e9272f0cee4dde455ab0bcfd8c4cdc5470
parentapp-emulation/wine-vanilla: stabilize 7.0.1 for amd64, x86 (diff)
downloadgentoo-bc120361a5b2e15b14233af92762812e211896aa.tar.gz
gentoo-bc120361a5b2e15b14233af92762812e211896aa.tar.bz2
gentoo-bc120361a5b2e15b14233af92762812e211896aa.zip
app-emulation/wine-proton: stabilize 7.0.5 for amd64, x86
Little reasons to not keep a stable version, based on stable 7.0 and receives a lot of testing by Valve's Proton (through experimental branches) before these releases are made. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--app-emulation/wine-proton/wine-proton-7.0.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild b/app-emulation/wine-proton/wine-proton-7.0.5.ebuild
index 46cd54a51bd3..4d70f3788362 100644
--- a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild
+++ b/app-emulation/wine-proton/wine-proton-7.0.5.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"