mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
* Only filter LTO with Clang, see https://bugs.gentoo.org/853058#c6 for why, rather than unconditionally. * Tests got a bit better with some tweaks but even as root, they picked up the wrong `hello` binary on the system and I gave up at that point. * Added USDT support via USE=systemtap, but it has a copy of usdt.h, so no dependencies. Bug: https://bugs.gentoo.org/853058 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
436 B
XML
15 lines
436 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="systemtap">Enable SystemTap/DTrace tracing</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="cpe">cpe:/a:fuse:fuse</remote-id>
|
|
<remote-id type="github">libfuse/libfuse</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|