blob: caed8c112b94956176f2b30842563a0dd6f79a94 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
</pkgmetadata>
|