Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/parity/
Date: Mon, 12 Aug 2019 13:05:34
Message-Id: 1565615112.760e9902b3d5c80c48069e46794075f8c0f46dab.haubi@gentoo
1 commit: 760e9902b3d5c80c48069e46794075f8c0f46dab
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 8 11:43:53 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 13:05:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=760e9902
7
8 sys-devel/parity: add IUSE=+vc16_2 for Visual Studio 2019
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
12
13 sys-devel/parity/metadata.xml | 1 +
14 sys-devel/parity/parity-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-devel/parity/metadata.xml b/sys-devel/parity/metadata.xml
18 index 2d8ffbadd13..f6466ef21aa 100644
19 --- a/sys-devel/parity/metadata.xml
20 +++ b/sys-devel/parity/metadata.xml
21 @@ -18,6 +18,7 @@
22 <flag name="vc12_0">Enable support for Visual Studio 2013</flag>
23 <flag name="vc14_0">Enable support for Visual Studio 2015</flag>
24 <flag name="vc15_0">Enable support for Visual Studio 2017</flag>
25 + <flag name="vc16_2">Enable support for Visual Studio 2019</flag>
26 <flag name="vc_x86">Enable support for 32bit Visual Studio compilers</flag>
27 </use>
28 </pkgmetadata>
29
30 diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild
31 index 4d5a9c12930..38577c8f86b 100644
32 --- a/sys-devel/parity/parity-9999.ebuild
33 +++ b/sys-devel/parity/parity-9999.ebuild
34 @@ -15,7 +15,7 @@ DESCRIPTION="A POSIX to native Win32 Cross-Compiler Tool (requires Visual Studio
35 HOMEPAGE="https://github.com/haubi/parity"
36
37 parity-vcarchs() { echo x86 ; }
38 -parity-vcvers() { echo 7_0 7_1 8_0 9_0 10_0 11_0 12_0 14_0 15_0 ; }
39 +parity-vcvers() { echo 7_0 7_1 8_0 9_0 10_0 11_0 12_0 14_0 15_0 16_2 ; }
40
41 LICENSE="LGPL-3"
42 SLOT="0"