dev-libs/libxslt: Sync with Gentoo

It's from Gentoo commit 01b65c1ab8739171aa41a3ff28bc1c2fef2f8f46.
This commit is contained in:
Flatcar Buildbot 2022-12-12 07:14:05 +00:00
parent 3d07340f66
commit 07e5de6b53

View File

@ -6,7 +6,7 @@ EAPI=8
# Note: Please bump this in sync with dev-libs/libxml2.
PYTHON_COMPAT=( python3_{8..11} )
inherit python-r1 multilib-minimal
inherit flag-o-matic python-r1 multilib-minimal
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="https://gitlab.gnome.org/GNOME/libxslt"
@ -53,6 +53,10 @@ src_prepare() {
}
multilib_src_configure() {
# Remove this after upstream merge request to add AC_SYS_LARGEFILE lands:
# https://gitlab.gnome.org/GNOME/libxslt/-/merge_requests/55
append-lfs-flags
libxslt_configure() {
ECONF_SOURCE="${S}" econf \
--without-python \