diff options
author | Sam James <sam@gentoo.org> | 2024-06-24 01:09:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-24 01:10:49 +0100 |
commit | ee7a11ed4b45ab99c050d6b3d7821edc16175f54 (patch) | |
tree | a0819e6826723e22037c1d2677077474f089595b /dev-libs/libxml2 | |
parent | dev-libs/libxml2: drop USE=ftp for live (diff) | |
download | gentoo-ee7a11ed4b45ab99c050d6b3d7821edc16175f54.tar.gz gentoo-ee7a11ed4b45ab99c050d6b3d7821edc16175f54.tar.bz2 gentoo-ee7a11ed4b45ab99c050d6b3d7821edc16175f54.zip |
dev-libs/libxml2: drop USE=debug from live
See upstream commit d7d300ba04635b27da9fe98c1af5a6c7a2629131, run-debug
is long gone.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/libxml2-9999.ebuild | 6 |
1 files changed, 1 insertions, 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) \ |