summaryrefslogtreecommitdiff
blob: 7844da809a7c11544ddc52701e2f1694e7eebeec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
	<email>base-system@gentoo.org</email>
	<name>Gentoo Base System</name>
</maintainer>
<use>
	<flag name="cvs">
		When running `autopoint`, use cvs to store the internal development files;
		this requires cvs at runtime, but will be faster/smaller than raw archives
	</flag>
	<flag name="git">
		When running `autopoint`, use git to store the internal development files;
		this requires git at runtime, but will be faster/smaller than raw archives
	</flag>
</use>
</pkgmetadata>