diff options
author | 2019-08-08 13:43:53 +0200 | |
---|---|---|
committer | 2019-08-12 15:05:12 +0200 | |
commit | 760e9902b3d5c80c48069e46794075f8c0f46dab (patch) | |
tree | ebd8c7643cf8e844d9695ca8a454c0bcfe0f044d /sys-devel | |
parent | mount-boot.eclass: Fix ro check (diff) | |
download | gentoo-760e9902b3d5c80c48069e46794075f8c0f46dab.tar.gz gentoo-760e9902b3d5c80c48069e46794075f8c0f46dab.tar.bz2 gentoo-760e9902b3d5c80c48069e46794075f8c0f46dab.zip |
sys-devel/parity: add IUSE=+vc16_2 for Visual Studio 2019
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/parity/metadata.xml | 1 | ||||
-rw-r--r-- | sys-devel/parity/parity-9999.ebuild | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/parity/metadata.xml b/sys-devel/parity/metadata.xml index 2d8ffbadd138..f6466ef21aa1 100644 --- a/sys-devel/parity/metadata.xml +++ b/sys-devel/parity/metadata.xml @@ -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> diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index 4d5a9c12930c..38577c8f86b1 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.ebuild @@ -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" |