sys-devel/parity: no minor version since VS 2017 (vc15)
authorMichael Haubenwallner <haubi@gentoo.org>
Wed, 23 Oct 2019 07:23:02 +0000 (09:23 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Wed, 23 Oct 2019 07:27:45 +0000 (09:27 +0200)
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>
sys-devel/parity/metadata.xml
sys-devel/parity/parity-9999.ebuild

index b5ae82a3cc83b8c01559fbaa30d3133e709b30ae..40c8b82ed8b68e7d55f5539f3371d2ea78d8a64a 100644 (file)
@@ -17,8 +17,8 @@
                <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>
index 50ab4b1e491e86ce02ed81667b5ddce9ed31d34e..f1ec325bab1f4b3d7675e1b1856f2df0eaabf41e 100644 (file)
@@ -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