summaryrefslogtreecommitdiff
blob: 5d99599f67803f365839e3413768ae51d4631ea9 (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
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <upstream>
    <bugs-to>mailto:dev-portage@gentoo.org</bugs-to>
    <changelog>https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES</changelog>
    <doc>https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/Portage</doc>
  </upstream>
  <maintainer type="project">
    <email>dev-portage@gentoo.org</email>
  </maintainer>
  <use>
    <flag name="epydoc">Build html API documentation with epydoc.</flag>
    <flag name="gentoo-dev">Enable features required for Gentoo ebuild development.</flag>
    <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="rsync-verify">
        Enable full-tree cryptographic verification of Gentoo repository
        rsync checkouts using <pkg>app-portage/gemato</pkg>.
    </flag>
    <flag name="xattr">Preserve extended attributes (filesystem-stored metadata)
        when installing files. Usually only required for hardened systems.
    </flag>
  </use>
</pkgmetadata>