mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-20 20:01:09 +02:00
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:
parent
4c60924d51
commit
4a852929d0
@ -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) \
|
||||
"$@"
|
||||
}
|
||||
|
@ -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) \
|
||||
"$@"
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user