From 07e5de6b538f4c42e550c837520ab6ff0cf51497 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 12 Dec 2022 07:14:05 +0000 Subject: [PATCH] dev-libs/libxslt: Sync with Gentoo It's from Gentoo commit 01b65c1ab8739171aa41a3ff28bc1c2fef2f8f46. --- .../{libxslt-1.1.37.ebuild => libxslt-1.1.37-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename sdk_container/src/third_party/portage-stable/dev-libs/libxslt/{libxslt-1.1.37.ebuild => libxslt-1.1.37-r1.ebuild} (93%) diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-1.1.37.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-1.1.37-r1.ebuild similarity index 93% rename from sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-1.1.37.ebuild rename to sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-1.1.37-r1.ebuild index 2c7268bf94..151e80a2ac 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-1.1.37.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-1.1.37-r1.ebuild @@ -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 \