Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Wed, 17 Oct 2018 12:08:06
Message-Id: 1539778016.ba7f530d04869b8ff1eef9a0a81a4d832cb3169f.whissi@gentoo
1 commit: ba7f530d04869b8ff1eef9a0a81a4d832cb3169f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 12:06:56 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 12:06:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7f530d
7
8 app-emulation/wine-vanilla: x86 stable (bug #668518)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-emulation/wine-vanilla/wine-vanilla-3.0.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
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 0fc72130806..5eaa2d2d8ec 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 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then
27 else
28 MAJOR_V=$(get_version_component_range 1)
29 SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz"
30 - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
31 + KEYWORDS="-* ~amd64 x86 ~x86-fbsd"
32 fi
33 S="${WORKDIR}/${MY_P}"