Files
gentoo/sys-fs/fuse/metadata.xml
Sam James d27c89519d sys-fs/fuse: add 3.18.1
* 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>
2025-12-23 01:47:08 +00:00

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>