dev-libs/libxslt: Sync with Gentoo

It's from Gentoo commit 3d9375035fbff02076875336fbbebdbd3163243e.
This commit is contained in:
Flatcar Buildbot 2024-02-19 07:12:21 +00:00 committed by Krzesimir Nowak
parent 8bb5ca01f3
commit 5437a25d61
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -64,7 +64,6 @@ multilib_src_configure() {
--without-python \ --without-python \
$(use_with crypt crypto) \ $(use_with crypt crypto) \
$(use_with debug) \ $(use_with debug) \
$(use_with debug mem-debug) \
$(use_enable static-libs static) \ $(use_enable static-libs static) \
"$@" "$@"
} }

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -60,7 +60,6 @@ multilib_src_configure() {
--without-python \ --without-python \
$(use_with crypt crypto) \ $(use_with crypt crypto) \
$(use_with debug) \ $(use_with debug) \
$(use_with debug mem-debug) \
$(use_enable static-libs static) \ $(use_enable static-libs static) \
"$@" "$@"
} }