From 24fd4083365080da583bc9b85a8f306369a6a331 Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner Date: Wed, 23 Oct 2019 09:23:02 +0200 Subject: [PATCH] sys-devel/parity: no minor version since VS 2017 (vc15) Updating Microsoft Visual Studio since 2017 may bump minor version number, but we don't want another CHOST vendor value for that. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Haubenwallner --- sys-devel/parity/metadata.xml | 4 ++-- sys-devel/parity/parity-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/parity/metadata.xml b/sys-devel/parity/metadata.xml index b5ae82a3cc83..40c8b82ed8b6 100644 --- a/sys-devel/parity/metadata.xml +++ b/sys-devel/parity/metadata.xml @@ -17,8 +17,8 @@ Enable support for Visual Studio 2012 Enable support for Visual Studio 2013 Enable support for Visual Studio 2015 - Enable support for Visual Studio 2017 - Enable support for Visual Studio 2019 + Enable support for Visual Studio 2017 + Enable support for Visual Studio 2019 Enable support for 64bit Visual Studio compilers Enable support for 32bit Visual Studio compilers diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index 50ab4b1e491e..f1ec325bab1f 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/haubi/parity" parity-vcarchs() { echo x64 x86 ; } parity-vcvers-legacy() { echo 7_0 7_1 8_0 9_0 ; } -parity-vcvers-current() { echo 10_0 11_0 12_0 14_0 15_0 16_2 ; } +parity-vcvers-current() { echo 10_0 11_0 12_0 14_0 15 16 ; } parity-vcvers() { parity-vcvers-legacy parity-vcvers-current -- 2.26.2