Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/
Date: Mon, 09 Jul 2018 00:49:53
Message-Id: 1531097364.c5f62b96d995541d580f8b6e268f3305038f0769.sarnex@gentoo
1 commit: c5f62b96d995541d580f8b6e268f3305038f0769
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 00:49:24 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 00:49:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=c5f62b96
7
8 app-emulation/wine-vanilla: Sync with ::gentoo
9
10 Add stable versions
11
12 Package-Manager: Portage-2.3.41, Repoman-2.3.9
13
14 app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild
18 index 0fc7213..eb3d66d 100644
19 --- a/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild
20 +++ b/app-emulation/wine-vanilla/wine-vanilla-3.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}"