From 175b888a54d70cad9e927d3e776ba4c485fd17fb Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 24 Jun 2024 01:07:48 +0100 Subject: dev-libs/libxml2: drop ipv6 configure option from live See upstream commit dc6f55cf6e03ae63a40e3af9ad6879821558d6a7 (it's gone). Signed-off-by: Sam James --- dev-libs/libxml2/libxml2-9999.ebuild | 1 - 1 file changed, 1 deletion(-) (limited to 'dev-libs') 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) \ -- cgit v1.2.3-65-gdbad