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: Sun, 03 Mar 2019 11:59:33
Message-Id: 1551614365.e0105787b6990ff2905bfe8d1a8420ce00179804.zlogene@gentoo
1 commit: e0105787b6990ff2905bfe8d1a8420ce00179804
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 11:59:01 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 11:59:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0105787
7
8 app-emulation/wine-vanilla: amd64 stable wrt bug #679262
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild
18 index be747fee393..ec2ddfe94a8 100644
19 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild
20 +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild
21 @@ -21,7 +21,7 @@ else
22 MAJOR_V=$(ver_cut 1)
23 MINOR_V=$(ver_cut 2)
24 SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz"
25 - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
26 + KEYWORDS="-* amd64 ~x86 ~x86-fbsd"
27 fi
28 S="${WORKDIR}/${MY_P}"