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: Thu, 16 Aug 2018 00:39:20
Message-Id: 1534378719.8cbfe79c89a50585d921a6e0a91c2bcb8f1e6758.whissi@gentoo
1 commit: 8cbfe79c89a50585d921a6e0a91c2bcb8f1e6758
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 16 00:18:39 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 16 00:18:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbfe79c
7
8 app-emulation/wine-vanilla: x86 stable (bug #663454)
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild
16 index 0fc72130806..5ca2d89a3c0 100644
17 --- a/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild
18 +++ b/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild
19 @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then
20 else
21 MAJOR_V=$(get_version_component_range 1)
22 SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz"
23 - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
24 + KEYWORDS="-* ~amd64 x86 ~x86-fbsd"
25 fi
26 S="${WORKDIR}/${MY_P}"