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, 04 Jun 2019 14:45:37
Message-Id: 1559659463.2a617487f4834c323b7003f26e3b153335c88c5b.whissi@gentoo
1 commit: 2a617487f4834c323b7003f26e3b153335c88c5b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 14:31:37 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 14:44:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a617487
7
8 app-emulation/wine-vanilla: x86 stable (bug #683308)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild
17 index 905c78baa44..9872c68e6a2 100644
18 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild
19 +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.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 ~x86-fbsd"
25 + KEYWORDS="-* amd64 x86 ~x86-fbsd"
26 fi
27 S="${WORKDIR}/${MY_P}"