Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Thu, 28 Sep 2017 22:32:40
Message-Id: 1506637947.6337a32b1ce9d535695d52c3d10be79f9854a661.np-hardass@gentoo
1 commit: 6337a32b1ce9d535695d52c3d10be79f9854a661
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 27 19:51:37 2017 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 22:32:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6337a32b
7
8 app-emulation/wine-vanilla: Stable for amd64, x86
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 app-emulation/wine-vanilla/wine-vanilla-2.0.1.ebuild | 2 +-
13 app-emulation/wine-vanilla/wine-vanilla-2.0.2.ebuild | 2 +-
14 app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.0.1.ebuild
18 index 9cdf46c31e7..a9ba4d687f0 100644
19 --- a/app-emulation/wine-vanilla/wine-vanilla-2.0.1.ebuild
20 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.1.ebuild
21 @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then
22 else
23 MAJOR_V=$(get_version_component_range 1)
24 SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz"
25 - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
26 + KEYWORDS="-* amd64 x86 ~x86-fbsd"
27 fi
28 S="${WORKDIR}/${MY_P}"
29
30
31 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.0.2.ebuild
32 index 9cdf46c31e7..a9ba4d687f0 100644
33 --- a/app-emulation/wine-vanilla/wine-vanilla-2.0.2.ebuild
34 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.2.ebuild
35 @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then
36 else
37 MAJOR_V=$(get_version_component_range 1)
38 SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz"
39 - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
40 + KEYWORDS="-* amd64 x86 ~x86-fbsd"
41 fi
42 S="${WORKDIR}/${MY_P}"
43
44
45 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
46 index 45910f31197..cb92f1401a0 100644
47 --- a/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
48 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
49 @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then
50 else
51 MAJOR_V=$(get_version_component_range 1)
52 SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.bz2"
53 - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
54 + KEYWORDS="-* amd64 x86 ~x86-fbsd"
55 fi
56 S="${WORKDIR}/${MY_P}"