mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-20 03:41:02 +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"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="crypt debug examples python static-libs"
|
IUSE="crypt debug debugger examples python static-libs"
|
||||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||||
|
|
||||||
BDEPEND=">=virtual/pkgconfig-1"
|
BDEPEND=">=virtual/pkgconfig-1"
|
||||||
@ -59,6 +59,7 @@ multilib_src_configure() {
|
|||||||
--without-python \
|
--without-python \
|
||||||
$(use_with crypt crypto) \
|
$(use_with crypt crypto) \
|
||||||
$(use_with debug) \
|
$(use_with debug) \
|
||||||
|
$(use_with debugger) \
|
||||||
$(use_enable static-libs static) \
|
$(use_enable static-libs static) \
|
||||||
"$@"
|
"$@"
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ fi
|
|||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="crypt debug examples python static-libs"
|
IUSE="crypt debug debugger examples python static-libs"
|
||||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||||
|
|
||||||
BDEPEND=">=virtual/pkgconfig-1"
|
BDEPEND=">=virtual/pkgconfig-1"
|
||||||
@ -59,6 +59,7 @@ multilib_src_configure() {
|
|||||||
--without-python \
|
--without-python \
|
||||||
$(use_with crypt crypto) \
|
$(use_with crypt crypto) \
|
||||||
$(use_with debug) \
|
$(use_with debug) \
|
||||||
|
$(use_with debugger) \
|
||||||
$(use_enable static-libs static) \
|
$(use_enable static-libs static) \
|
||||||
"$@"
|
"$@"
|
||||||
}
|
}
|
||||||
|
@ -13,4 +13,7 @@
|
|||||||
<remote-id type="cpe">cpe:/a:xmlsoft:libxslt</remote-id>
|
<remote-id type="cpe">cpe:/a:xmlsoft:libxslt</remote-id>
|
||||||
<remote-id type="gnome-gitlab">GNOME/libxslt</remote-id>
|
<remote-id type="gnome-gitlab">GNOME/libxslt</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
|
<use>
|
||||||
|
<flag name="debugger">Build into the library callbacks and associated API for debugging XML processing.</flag>
|
||||||
|
</use>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user