summaryrefslogtreecommitdiff
blob: cef85cf6ce7d777dcdee2788d090d41513fd575a (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="project">
    <email>python@gentoo.org</email>
    <name>Python</name>
  </maintainer>
  <upstream>
    <maintainer status="active">
      <email>mgorny@gentoo.org</email>
      <name>Michał Górny</name>
    </maintainer>
    <bugs-to>https://github.com/mgorny/python-exec/issues/</bugs-to>
    <remote-id type="github">mgorny/python-exec</remote-id>
  </upstream>
  <use>
    <flag name="native-symlinks">
      Install generic symlinks like python and python3.  If this flag
      is disabled, only versioned python3.X executables will
      be available to end users and ebuilds not using python eclasses.
    </flag>
  </use>
</pkgmetadata>