diff options
author | Sam James <sam@gentoo.org> | 2024-06-24 01:08:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-24 01:10:48 +0100 |
commit | 90941588cd9977ccec65b554b0a746d4f440605a (patch) | |
tree | 48a17b3f3c252df5034b1623ee419d63905e5c47 /dev-libs/libxml2 | |
parent | dev-libs/libxml2: drop ipv6 configure option from live (diff) | |
download | gentoo-90941588cd9977ccec65b554b0a746d4f440605a.tar.gz gentoo-90941588cd9977ccec65b554b0a746d4f440605a.tar.bz2 gentoo-90941588cd9977ccec65b554b0a746d4f440605a.zip |
dev-libs/libxml2: drop USE=ftp for live
See upstream commit dba1ed85a320c36807ee09f44d09fd30852b9370, it's gone.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/libxml2-9999.ebuild | 3 |
1 files changed, 1 insertions, 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) \ |