Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Mon, 09 Jul 2018 00:41:46
Message-Id: 1531096887.1c5415775dabb4a420dcd040894c5f254ea034dd.zlogene@gentoo
1 commit: 1c5415775dabb4a420dcd040894c5f254ea034dd
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 00:41:27 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 00:41:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c541577
7
8 app-emulation/wine-vanilla: amd64 stable wrt bug #659770
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild
16 index 5ca2d89a3c0..eb3d66d40dd 100644
17 --- a/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild
18 +++ b/app-emulation/wine-vanilla/wine-vanilla-3.0.1.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}"