summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/parity/metadata.xml2
-rw-r--r--sys-devel/parity/parity-9999.ebuild4
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