diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2020-03-10 16:41:56 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2020-03-11 09:10:50 +0100 |
commit | 723356834a90a8373c5d3620d89e7e0c9cbdcbbb (patch) | |
tree | 335d60b9e1e1ddb29d4172e8d5ac885534e00b35 | |
parent | Move {dev-python → app-doc}/ghp-import (diff) | |
download | gentoo-723356834a90a8373c5d3620d89e7e0c9cbdcbbb.tar.gz gentoo-723356834a90a8373c5d3620d89e7e0c9cbdcbbb.tar.bz2 gentoo-723356834a90a8373c5d3620d89e7e0c9cbdcbbb.zip |
sys-devel/parity: upstream dropped VC 7.x support
Visual Studio 2003 does require Windows XP or Windows Server 2003 to
run, which both are discontinued. In contrast, Visual Studio 2005 does
run on Windows 10 still.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
-rw-r--r-- | sys-devel/parity/metadata.xml | 2 | ||||
-rw-r--r-- | sys-devel/parity/parity-9999.ebuild | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys-devel/parity/metadata.xml b/sys-devel/parity/metadata.xml index 606de9ef652a..b66b8d4e0b7e 100644 --- a/sys-devel/parity/metadata.xml +++ b/sys-devel/parity/metadata.xml @@ -9,8 +9,6 @@ <remote-id type="github">haubi/parity</remote-id> </upstream> <use> - <flag name="vc7_0">Enable support for Visual Studio 2002</flag> - <flag name="vc7_1">Enable support for Visual Studio 2003</flag> <flag name="vc8_0">Enable support for Visual Studio 2005</flag> <flag name="vc9_0">Enable support for Visual Studio 2008</flag> <flag name="vc10_0">Enable support for Visual Studio 2010</flag> diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index d6b23a8c4e03..696e51ba1242 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.ebuild @@ -12,10 +12,10 @@ else KEYWORDS="~x64-cygwin" fi DESCRIPTION="A POSIX to native Win32 Cross-Compiler Tool (requires Visual Studio)" -HOMEPAGE="https://github.com/haubi/parity" +HOMEPAGE="https://github.com/mduft/parity" parity-vcarchs() { echo x64=x86_64 x86=i686 ; } -parity-vcvers-legacy() { echo 7_0 7_1 8_0 9_0 ; } +parity-vcvers-legacy() { echo 8_0 9_0 ; } parity-vcvers-current() { echo 10_0 11_0 12_0 14_0 15 16 ; } parity-vcvers() { parity-vcvers-legacy |