summaryrefslogtreecommitdiff
path: root/dev-libs/elfutils/metadata.xml
blob: 464233572a0e2ed0e04672477a611a19cf447463 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>toolchain@gentoo.org</email>
    <name>Gentoo Toolchain Project</name>
  </maintainer>
  <use>
    <flag name="debuginfod">Enable debuginfod support, both the debuginfod server and the libdebuginfod client library</flag>
    <flag name="libarchive">
			Needed for debuginfod (the server) and also for
			--zip support in the eu-srcfiles utility.

			Requires <pkg>app-arch/libarchive</pkg>.
		</flag>
    <flag name="lzma">Support automatic decompression of LZMA-compressed files and kernel images</flag>
    <flag name="stacktrace">
			Build experimental eu-stacktrace tool. Relies on integration with dev-util/sysprof.

			See https://developers.redhat.com/articles/2024/06/11/get-system-wide-profiles-binaries-without-frame-pointers.
		</flag>
    <flag name="utils">Install command-line utilities (all the eu-* programs).</flag>
  </use>
  <upstream>
    <remote-id type="cpe">cpe:/a:elfutils_project:elfutils</remote-id>
  </upstream>
  <origin>baldeagleos-repo</origin>
</pkgmetadata>