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 <haubi@gentoo.org>
<flag name="vc11_0">Enable support for Visual Studio 2012</flag>
<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="vc15">Enable support for Visual Studio 2017</flag>
+ <flag name="vc16">Enable support for Visual Studio 2019</flag>
<flag name="vc_x64">Enable support for 64bit Visual Studio compilers</flag>
<flag name="vc_x86">Enable support for 32bit Visual Studio compilers</flag>
</use>
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