summaryrefslogtreecommitdiff
path: root/dev-libs/libxml2/libxml2-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-20 08:38:17 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-20 08:38:17 +0100
commit32fc5f4a2c2017f1f9c628fab9dcb5a54c3e6f03 (patch)
treeac4c27ddeabc815da16db33f4a2cc3451b9ad3db /dev-libs/libxml2/libxml2-9999.ebuild
parentf090ac33320e52dd549b818be0c345a3bb870ae0 (diff)
gentoo auto-resync : 20:08:2022 - 08:38:17
Diffstat (limited to 'dev-libs/libxml2/libxml2-9999.ebuild')
-rw-r--r--dev-libs/libxml2/libxml2-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-9999.ebuild b/dev-libs/libxml2/libxml2-9999.ebuild
index 0fe269e46054..1c24959ee8b4 100644
--- a/dev-libs/libxml2/libxml2-9999.ebuild
+++ b/dev-libs/libxml2/libxml2-9999.ebuild
@@ -36,7 +36,7 @@ S="${WORKDIR}/${PN}-${PV%_rc*}"
LICENSE="MIT"
SLOT="2"
-IUSE="debug examples icu lzma +python readline static-libs test"
+IUSE="debug examples +ftp icu lzma +python readline static-libs test"
RESTRICT="!test? ( test )"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -106,6 +106,7 @@ multilib_src_configure() {
libxml2_configure() {
ECONF_SOURCE="${S}" econf \
--enable-ipv6 \
+ $(use_with ftp) \
$(use_with debug run-debug) \
$(use_with icu) \
$(use_with lzma) \