sys-devel/parity: add IUSE=+vc16_2 for Visual Studio 2019
authorMichael Haubenwallner <haubi@gentoo.org>
Thu, 8 Aug 2019 11:43:53 +0000 (13:43 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Mon, 12 Aug 2019 13:05:12 +0000 (15:05 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
sys-devel/parity/metadata.xml
sys-devel/parity/parity-9999.ebuild

index 2d8ffbadd1381c814ee4c589f1bafbcf3f7b63a8..f6466ef21aa17e3cc72f3a77cd2d9c88d1f8c15a 100644 (file)
@@ -18,6 +18,7 @@
                <flag name="vc12_0">Enable support for Visual Studio 2013</flag>
                <flag name="vc14_0">Enable support for Visual Studio 2015</flag>
                <flag name="vc15_0">Enable support for Visual Studio 2017</flag>
+               <flag name="vc16_2">Enable support for Visual Studio 2019</flag>
                <flag name="vc_x86">Enable support for 32bit Visual Studio compilers</flag>
        </use>
 </pkgmetadata>
index 4d5a9c12930cb2526862b7995ef56d38f9e93eb6..38577c8f86b1908cec0d38d3981df4ec593e080b 100644 (file)
@@ -15,7 +15,7 @@ DESCRIPTION="A POSIX to native Win32 Cross-Compiler Tool (requires Visual Studio
 HOMEPAGE="https://github.com/haubi/parity"
 
 parity-vcarchs() { echo x86 ; }
-parity-vcvers() { echo 7_0 7_1 8_0 9_0 10_0 11_0 12_0 14_0 15_0 ; }
+parity-vcvers() { echo 7_0 7_1 8_0 9_0 10_0 11_0 12_0 14_0 15_0 16_2 ; }
 
 LICENSE="LGPL-3"
 SLOT="0"