commit: 85302e3854db9b060b2abfe01b43289efd7591f8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 29 20:28:24 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 29 20:49:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85302e38
net-misc/wget: Drop IUSE ipv6
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-misc/wget/wget-1.25.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/wget/wget-1.25.0-r1.ebuild
b/net-misc/wget/wget-1.25.0-r1.ebuild
index 9fb4ea914bec..6b8380e9bf8a 100644
--- a/net-misc/wget/wget-1.25.0-r1.ebuild
+++ b/net-misc/wget/wget-1.25.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/wget/${P}.tar.lz.sig )"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
-IUSE="cookie-check debug gnutls idn ipv6 libproxy metalink nls ntlm pcre +ssl
static test uuid zlib"
+IUSE="cookie-check debug gnutls idn libproxy metalink nls ntlm pcre +ssl
static test uuid zlib"
REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
RESTRICT="!test? ( test )"
@@ -100,9 +100,9 @@ src_configure() {
--disable-rpath
--without-included-libunistring
--without-libunistring-prefix
+ --enable-ipv6
$(use_enable debug)
$(use_enable idn iri)
- $(use_enable ipv6)
$(use_enable nls)
$(use_enable ntlm)
$(use_enable pcre pcre2)