Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/winetricks/
Date: Tue, 26 Nov 2019 15:32:16
Message-Id: 1574782063.ab80e865a44cf6e72ae207eb1f5039589ecf4d27.chiitoo@gentoo
1 commit: ab80e865a44cf6e72ae207eb1f5039589ecf4d27
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 15:27:00 2019 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 15:27:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ab80e865
7
8 app-emulation/winetricks: sync KEYWORDS with the Gentoo repository
9
10 Version 20190912 is now 'stable'.
11
12 Package-Manager: Portage-2.3.79, Repoman-2.3.18
13 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
14
15 app-emulation/winetricks/winetricks-20190912.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/winetricks/winetricks-20190912.ebuild b/app-emulation/winetricks/winetricks-20190912.ebuild
19 index 900a5b5..dab00ad 100644
20 --- a/app-emulation/winetricks/winetricks-20190912.ebuild
21 +++ b/app-emulation/winetricks/winetricks-20190912.ebuild
22 @@ -11,7 +11,7 @@ if [[ ${PV} == "99999999" ]] ; then
23 SRC_URI=""
24 else
25 SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 - KEYWORDS="~amd64 ~x86"
27 + KEYWORDS="amd64 x86"
28 fi
29
30 wtg="winetricks-gentoo-2012.11.24"