commit: 90941588cd9977ccec65b554b0a746d4f440605a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 00:08:20 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 00:10:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90941588
dev-libs/libxml2: drop USE=ftp for live
See upstream commit dba1ed85a320c36807ee09f44d09fd30852b9370, it's gone.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libxml2/libxml2-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-libs/libxml2/libxml2-9999.ebuild
b/dev-libs/libxml2/libxml2-9999.ebuild
index ffac2a3bb942..5390669eb414 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 +ftp icu lzma +python readline static-libs test"
+IUSE="debug examples icu lzma +python readline static-libs test"
RESTRICT="!test? ( test )"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -104,7 +104,6 @@ multilib_src_configure() {
# switch (enabling the libxml2 debug module). See bug #100898.
libxml2_configure() {
ECONF_SOURCE="${S}" econf \
- $(use_with ftp) \
$(use_with debug run-debug) \
$(use_with icu) \
$(use_with lzma) \