diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-03-20 02:54:05 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-03-20 02:54:05 -0400 |
commit | 8b9721a49ce741da361dde5e981a4fa4929e5f6d (patch) | |
tree | 3854eabda0ead15b0408758e2d670ca505aa72fa /net-misc/wget | |
parent | net-dns/libidn2: mark arm64/m68k/s390/sh stable (diff) | |
download | gentoo-8b9721a49ce741da361dde5e981a4fa4929e5f6d.tar.gz gentoo-8b9721a49ce741da361dde5e981a4fa4929e5f6d.tar.bz2 gentoo-8b9721a49ce741da361dde5e981a4fa4929e5f6d.zip |
net-misc/wget: force newer libidn2 to fix USE=idn build failures #612498
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.19.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.19.1-r1.ebuild b/net-misc/wget/wget-1.19.1-r1.ebuild index 6e3a845c6190..809164d3f10a 100644 --- a/net-misc/wget/wget-1.19.1-r1.ebuild +++ b/net-misc/wget/wget-1.19.1-r1.ebuild @@ -17,7 +17,8 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib" REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )" -LIB_DEPEND="idn? ( net-dns/libidn2[static-libs(+)] ) +# Force a newer libidn2 to avoid libunistring deps. #612498 +LIB_DEPEND="idn? ( >=net-dns/libidn2-0.14[static-libs(+)] ) pcre? ( dev-libs/libpcre[static-libs(+)] ) ssl? ( gnutls? ( net-libs/gnutls:0=[static-libs(+)] ) |