commit: ee7a11ed4b45ab99c050d6b3d7821edc16175f54
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 00:09:31 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 00:10:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7a11ed
dev-libs/libxml2: drop USE=debug from live
See upstream commit d7d300ba04635b27da9fe98c1af5a6c7a2629131, run-debug
is long gone.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libxml2/libxml2-9999.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-libs/libxml2/libxml2-9999.ebuild
b/dev-libs/libxml2/libxml2-9999.ebuild
index 5390669eb414..e3b042b80914 100644
--- a/dev-libs/libxml2/libxml2-9999.ebuild
+++ b/dev-libs/libxml2/libxml2-9999.ebuild
@@ -37,7 +37,7 @@ S="${WORKDIR}/${PN}-${PV%_rc*}"
LICENSE="MIT"
SLOT="2"
-IUSE="debug examples icu lzma +python readline static-libs test"
+IUSE="examples icu lzma +python readline static-libs test"
RESTRICT="!test? ( test )"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -99,12 +99,8 @@ src_prepare() {
}
multilib_src_configure() {
- # Notes:
- # The meaning of the 'debug' USE flag does not apply to the --with-debug
- # switch (enabling the libxml2 debug module). See bug #100898.
libxml2_configure() {
ECONF_SOURCE="${S}" econf \
- $(use_with debug run-debug) \
$(use_with icu) \
$(use_with lzma) \
$(use_enable static-libs static) \