Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-proton/
Date: Fri, 02 Dec 2022 03:19:01
Message-Id: 1669950841.bc120361a5b2e15b14233af92762812e211896aa.ionen@gentoo
1 commit: bc120361a5b2e15b14233af92762812e211896aa
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 16:31:39 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 2 03:14:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc120361
7
8 app-emulation/wine-proton: stabilize 7.0.5 for amd64, x86
9
10 Little reasons to not keep a stable version, based on stable 7.0
11 and receives a lot of testing by Valve's Proton (through experimental
12 branches) before these releases are made.
13
14 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
15
16 app-emulation/wine-proton/wine-proton-7.0.5.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild b/app-emulation/wine-proton/wine-proton-7.0.5.ebuild
20 index 46cd54a51bd3..4d70f3788362 100644
21 --- a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild
22 +++ b/app-emulation/wine-proton/wine-proton-7.0.5.ebuild
23 @@ -19,7 +19,7 @@ if [[ ${PV} == *9999 ]]; then
24 else
25 SRC_URI="https://github.com/ValveSoftware/wine/archive/refs/tags/proton-wine-${WINE_PV}.tar.gz"
26 S="${WORKDIR}/${PN}-wine-${WINE_PV}"
27 - KEYWORDS="-* ~amd64 ~x86"
28 + KEYWORDS="-* amd64 x86"
29 fi
30
31 DESCRIPTION="Valve Software's fork of Wine"