Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Sun, 28 Feb 2021 15:39:46
Message-Id: 1614526775.0e56e96d4eeaa860ee777df97d7b96b40c760e7c.sam@gentoo
1 commit: 0e56e96d4eeaa860ee777df97d7b96b40c760e7c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 15:39:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 15:39:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e56e96d
7
8 app-emulation/wine-vanilla: Stabilize 6.0 x86, #773352
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
16 index 1300827746f..207e277e7ff 100644
17 --- a/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
18 +++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
19 @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then
20 else
21 MAJOR_V=$(ver_cut 1)
22 SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz"
23 - KEYWORDS="-* amd64 ~x86"
24 + KEYWORDS="-* amd64 x86"
25 fi
26 S="${WORKDIR}/${MY_P}"