Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Tue, 26 Nov 2019 00:58:52
Message-Id: 1574729799.9ef5111b6071ab9b20e76b18c09dbbd7ab47fcd4.whissi@gentoo
1 commit: 9ef5111b6071ab9b20e76b18c09dbbd7ab47fcd4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 00:56:39 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 00:56:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef5111b
7
8 app-emulation/wine-vanilla: x86 stable (bug #699178)
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild
17 index 05f6213761f..fde52036375 100644
18 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild
19 +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild
20 @@ -21,7 +21,7 @@ else
21 MAJOR_V=$(ver_cut 1)
22 MINOR_V=$(ver_cut 2)
23 SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz"
24 - KEYWORDS="-* amd64 ~x86"
25 + KEYWORDS="-* amd64 x86"
26 fi
27 S="${WORKDIR}/${MY_P}"