mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
* Add verify-sig support. * Handle kmod automagic. * Unrestrict tests with added timeouts for cases where tests might hang. Bug: https://bugs.gentoo.org/955783 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43735 Signed-off-by: Sam James <sam@gentoo.org>
17 lines
647 B
XML
17 lines
647 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription>
|
|
LTTng, the Linux Trace Toolkit Next Generation, is a project that aims at producing a highly efficient full system tracing solution
|
|
</longdescription>
|
|
<use>
|
|
<flag name="kmod">Enable kernel module loading via sys-apps/kmod</flag>
|
|
<flag name="ust">Support LTTng-UST (Userspace Tracing)</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">lttng/lttng-tools</remote-id>
|
|
<changelog>https://github.com/lttng/lttng-tools/releases</changelog>
|
|
</upstream>
|
|
</pkgmetadata>
|