diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 11:31:39 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 22:14:01 -0500 |
commit | bc120361a5b2e15b14233af92762812e211896aa (patch) | |
tree | 510809e9272f0cee4dde455ab0bcfd8c4cdc5470 | |
parent | app-emulation/wine-vanilla: stabilize 7.0.1 for amd64, x86 (diff) | |
download | gentoo-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.ebuild | 2 |
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" |