gentoo/dev-libs/libxslt/metadata.xml
Alexander Golubev 2012ff1464
dev-libs/libxslt: add USE=debugger
Before version 1.1.43 libxslt were built with debugger functionality
enabled by default, but since it's barely being used nowadays, it was
disabled in upstream. However there is still some legacy software in
overlays the depends upon it.

See-also: 09b41917dd
Closes: https://bugs.gentoo.org/955057
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43198
Closes: https://github.com/gentoo/gentoo/pull/43198
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-18 13:45:21 +01:00

20 lines
651 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sam@gentoo.org</email>
<name>Sam James</name>
</maintainer>
<maintainer type="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<upstream>
<remote-id type="cpe">cpe:/a:xmlsoft:libxslt</remote-id>
<remote-id type="gnome-gitlab">GNOME/libxslt</remote-id>
</upstream>
<use>
<flag name="debugger">Build into the library callbacks and associated API for debugging XML processing.</flag>
</use>
</pkgmetadata>