summaryrefslogtreecommitdiff
blob: b66b8d4e0b7ec758a5368131c548791a4101b2ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>haubi@gentoo.org</email>
		<name>Michael Haubenwallner</name>
	</maintainer>
	<upstream>
		<remote-id type="github">haubi/parity</remote-id>
	</upstream>
	<use>
		<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>
		<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">Enable support for Visual Studio 2017</flag>
		<flag name="vc16">Enable support for Visual Studio 2019</flag>
		<flag name="vcx64">Enable support for 64bit Visual Studio compilers</flag>
		<flag name="vcx86">Enable support for 32bit Visual Studio compilers</flag>
	</use>
</pkgmetadata>