From 070db046876f2e8d5f83cb7b380ae857d06e493a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 25 May 2023 09:05:36 +0100 Subject: gentoo auto-resync : 25:05:2023 - 09:05:36 --- dev-libs/libxslt/libxslt-9999.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-libs/libxslt/libxslt-9999.ebuild') diff --git a/dev-libs/libxslt/libxslt-9999.ebuild b/dev-libs/libxslt/libxslt-9999.ebuild index 434c9141723b..dbdcd2f0104d 100644 --- a/dev-libs/libxslt/libxslt-9999.ebuild +++ b/dev-libs/libxslt/libxslt-9999.ebuild @@ -5,8 +5,8 @@ EAPI=8 # Note: Please bump this in sync with dev-libs/libxml2. -PYTHON_COMPAT=( python3_{10..11} ) -inherit python-r1 multilib-minimal +PYTHON_COMPAT=( python3_{10..12} ) +inherit flag-o-matic python-r1 multilib-minimal DESCRIPTION="XSLT libraries and tools" HOMEPAGE="https://gitlab.gnome.org/GNOME/libxslt" @@ -51,6 +51,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 \ @@ -90,7 +94,7 @@ multilib_src_test() { default if multilib_is_native_abi && use python ; then - python_foreach_impl run_in_build_dir libxslt_py_emake test + python_foreach_impl run_in_build_dir libxslt_py_emake check fi } -- cgit v1.2.3