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/
Date: Wed, 24 Aug 2016 19:08:05
Message-Id: 1472065676.3e64fbcfe0cc5da8d812adad1a553750fdda6a99.np-hardass@gentoo
1 commit: 3e64fbcfe0cc5da8d812adad1a553750fdda6a99
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 19:02:27 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 19:07:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e64fbcf
7
8 app-emulation/wine: Stable on amd64 and x86 wrt #591152
9
10 Package-Manager: portage-2.3.0
11
12 app-emulation/wine/wine-1.8.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/wine/wine-1.8.3.ebuild b/app-emulation/wine/wine-1.8.3.ebuild
16 index 1feebae..7505959 100644
17 --- a/app-emulation/wine/wine-1.8.3.ebuild
18 +++ b/app-emulation/wine/wine-1.8.3.ebuild
19 @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
20 else
21 MAJOR_V=$(get_version_component_range 1-2)
22 SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.bz2"
23 - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
24 + KEYWORDS="-* amd64 x86 ~x86-fbsd"
25 fi
26
27 VANILLA_GV="2.40"