summaryrefslogtreecommitdiff
blob: 1d50aed841d4c1e11bafb4c2f500e5fb7f7fff2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>mgorny@gentoo.org</email>
		<name>Michał Górny</name>
	</maintainer>
	<use>
		<flag name="ipc">
			Use inter-process communication between Portage and running
			ebuilds.
		</flag>
		<flag name="native-extensions">
			Compiles native "C" extensions (speedups, instead of using
			Python backup code).  Currently includes libc-locales.  This
			should only be temporarily disabled for some bootstrapping
			operations.  Cross-compilation is not supported.
		</flag>
		<flag name="xattr">
			Preserve extended attributes (filesystem-stored metadata)
			when installing files. Usually only required for hardened
			systems.
		</flag>
	</use>
</pkgmetadata>