From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39BCA138334 for ; Wed, 23 Oct 2019 07:28:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDEECE0991; Wed, 23 Oct 2019 07:28:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 942F5E0991 for ; Wed, 23 Oct 2019 07:28:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4AEB34C240 for ; Wed, 23 Oct 2019 07:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45ECD779 for ; Wed, 23 Oct 2019 07:28:10 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1571815665.24fd4083365080da583bc9b85a8f306369a6a331.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/parity/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/parity/metadata.xml sys-devel/parity/parity-9999.ebuild X-VCS-Directories: sys-devel/parity/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 24fd4083365080da583bc9b85a8f306369a6a331 X-VCS-Branch: master Date: Wed, 23 Oct 2019 07:28:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 45a54a7e-0ac4-449f-bc52-fbe6ed30f7db X-Archives-Hash: fa5b8c6b8a8af3f1ff5d4293f593f376 commit: 24fd4083365080da583bc9b85a8f306369a6a331 Author: Michael Haubenwallner gentoo org> AuthorDate: Wed Oct 23 07:23:02 2019 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed Oct 23 07:27:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fd4083 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 gentoo.org> 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 b5ae82a3cc8..40c8b82ed8b 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 50ab4b1e491..f1ec325bab1 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