mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Closes: https://bugs.gentoo.org/872992 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34286 Signed-off-by: Sam James <sam@gentoo.org>
16 lines
678 B
XML
16 lines
678 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription>
|
|
Babeltrace is a command-line tool and library to read and convert trace files to and from different formats. It supports the CTF format, which is outputted by the LTTng 2.0 tracers.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="elfutils">Build the <pkg>dev-util/lttng-ust</pkg> debug information filter component class</flag>
|
|
<flag name="plugins">Build support for Babeltrace 2 Python plugins</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">efficios/babeltrace</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|