diff options
author | Sam James <sam@gentoo.org> | 2024-06-24 01:07:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-24 01:10:48 +0100 |
commit | 175b888a54d70cad9e927d3e776ba4c485fd17fb (patch) | |
tree | 167e076e008a6f3606c5f857716cc1f331939e6e /dev-libs | |
parent | dev-libs/libxml2: drop obsolete filter-flags (diff) | |
download | gentoo-175b888a54d70cad9e927d3e776ba4c485fd17fb.tar.gz gentoo-175b888a54d70cad9e927d3e776ba4c485fd17fb.tar.bz2 gentoo-175b888a54d70cad9e927d3e776ba4c485fd17fb.zip |
dev-libs/libxml2: drop ipv6 configure option from live
See upstream commit dc6f55cf6e03ae63a40e3af9ad6879821558d6a7 (it's gone).
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxml2/libxml2-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-9999.ebuild b/dev-libs/libxml2/libxml2-9999.ebuild index be1e2a5567c6..ffac2a3bb942 100644 --- a/dev-libs/libxml2/libxml2-9999.ebuild +++ b/dev-libs/libxml2/libxml2-9999.ebuild @@ -104,7 +104,6 @@ multilib_src_configure() { # switch (enabling the libxml2 debug module). See bug #100898. libxml2_configure() { ECONF_SOURCE="${S}" econf \ - --enable-ipv6 \ $(use_with ftp) \ $(use_with debug run-debug) \ $(use_with icu) \ |