commit:     3d9375035fbff02076875336fbbebdbd3163243e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 13:45:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 13:46:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d937503

dev-libs/libxslt: drop --with-mem-debug with USE=debug

Per https://gitlab.gnome.org/GNOME/libxslt/-/issues/105#note_1990977, this is
both ancient & obsolete, but it also needs libxml2 to be built with the matching
option. Drop it.

Bug: https://gitlab.gnome.org/GNOME/libxslt/-/issues/105
Closes: https://bugs.gentoo.org/923267
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libxslt/libxslt-1.1.39.ebuild | 3 +--
 dev-libs/libxslt/libxslt-9999.ebuild   | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libxslt/libxslt-1.1.39.ebuild 
b/dev-libs/libxslt/libxslt-1.1.39.ebuild
index 2a10670eddcf..63f43e719abb 100644
--- a/dev-libs/libxslt/libxslt-1.1.39.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.39.ebuild
@@ -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
 
 EAPI=8
@@ -64,7 +64,6 @@ multilib_src_configure() {
                        --without-python \
                        $(use_with crypt crypto) \
                        $(use_with debug) \
-                       $(use_with debug mem-debug) \
                        $(use_enable static-libs static) \
                        "$@"
        }

diff --git a/dev-libs/libxslt/libxslt-9999.ebuild 
b/dev-libs/libxslt/libxslt-9999.ebuild
index e7d5b131b6cb..1f4d62a88f6a 100644
--- a/dev-libs/libxslt/libxslt-9999.ebuild
+++ b/dev-libs/libxslt/libxslt-9999.ebuild
@@ -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
 
 EAPI=8
@@ -60,7 +60,6 @@ multilib_src_configure() {
                        --without-python \
                        $(use_with crypt crypto) \
                        $(use_with debug) \
-                       $(use_with debug mem-debug) \
                        $(use_enable static-libs static) \
                        "$@"
        }

Reply via email to