dev-libs/libxslt: Sync with Gentoo

It's from Gentoo commit 2012ff14642c8162b4583bf4e124d80c5226643b.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-09-01 07:08:05 +00:00 committed by Krzesimir Nowak
parent 4c60924d51
commit 4a852929d0
3 changed files with 7 additions and 2 deletions

View File

@ -20,7 +20,7 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="crypt debug examples python static-libs"
IUSE="crypt debug debugger examples python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
BDEPEND=">=virtual/pkgconfig-1"
@ -59,6 +59,7 @@ multilib_src_configure() {
--without-python \
$(use_with crypt crypto) \
$(use_with debug) \
$(use_with debugger) \
$(use_enable static-libs static) \
"$@"
}

View File

@ -20,7 +20,7 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="crypt debug examples python static-libs"
IUSE="crypt debug debugger examples python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
BDEPEND=">=virtual/pkgconfig-1"
@ -59,6 +59,7 @@ multilib_src_configure() {
--without-python \
$(use_with crypt crypto) \
$(use_with debug) \
$(use_with debugger) \
$(use_enable static-libs static) \
"$@"
}

View File

@ -13,4 +13,7 @@
<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>