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: Sat, 20 Oct 2018 12:16:25
Message-Id: 1540037778.169df3b9a5923f30619fff00c4becbb6ce8a8cd0.zlogene@gentoo
1 commit: 169df3b9a5923f30619fff00c4becbb6ce8a8cd0
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 12:16:09 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 12:16:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169df3b9
7
8 app-emulation/wine-vanilla: amd64 stable wrt bug #668518
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild
17 index 5eaa2d2d8ec..f45b346be1f 100644
18 --- a/app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild
19 +++ b/app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild
20 @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then
21 else
22 MAJOR_V=$(get_version_component_range 1)
23 SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz"
24 - KEYWORDS="-* ~amd64 x86 ~x86-fbsd"
25 + KEYWORDS="-* amd64 x86 ~x86-fbsd"
26 fi
27 S="${WORKDIR}/${MY_P}"