diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-07 01:28:43 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-07 01:28:43 +0100 |
commit | 41b94afb61077843e19c2e143d327022a8f27ece (patch) | |
tree | 8de2eadb4d2fbc4124a4af0c34da4cf9f47d5d9c /net-misc/wget | |
parent | x11-terms/xterm: x86 stable (bug #674478) (diff) | |
download | gentoo-41b94afb61077843e19c2e143d327022a8f27ece.tar.gz gentoo-41b94afb61077843e19c2e143d327022a8f27ece.tar.bz2 gentoo-41b94afb61077843e19c2e143d327022a8f27ece.zip |
net-misc/wget: add subslot operator on net-dns/libidn2 atom
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.19.5-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/wget/wget-1.20.1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/wget/wget-1.20.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/wget/wget-1.19.5-r1.ebuild b/net-misc/wget/wget-1.19.5-r1.ebuild index 6db7c1194b03..9e11017f010d 100644 --- a/net-misc/wget/wget-1.19.5-r1.ebuild +++ b/net-misc/wget/wget-1.19.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )" # Force a newer libidn2 to avoid libunistring deps. #612498 LIB_DEPEND=" - idn? ( >=net-dns/libidn2-0.14[static-libs(+)] ) + idn? ( >=net-dns/libidn2-0.14:=[static-libs(+)] ) pcre? ( dev-libs/libpcre[static-libs(+)] ) ssl? ( gnutls? ( net-libs/gnutls:0=[static-libs(+)] ) diff --git a/net-misc/wget/wget-1.20.1.ebuild b/net-misc/wget/wget-1.20.1.ebuild index bba75c9f713d..52727f193261 100644 --- a/net-misc/wget/wget-1.20.1.ebuild +++ b/net-misc/wget/wget-1.20.1.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )" # Force a newer libidn2 to avoid libunistring deps. #612498 LIB_DEPEND=" - idn? ( >=net-dns/libidn2-0.14[static-libs(+)] ) + idn? ( >=net-dns/libidn2-0.14:=[static-libs(+)] ) pcre? ( dev-libs/libpcre2[static-libs(+)] ) ssl? ( gnutls? ( net-libs/gnutls:0=[static-libs(+)] ) diff --git a/net-misc/wget/wget-1.20.ebuild b/net-misc/wget/wget-1.20.ebuild index 912dcc731412..ad9ba267e1ac 100644 --- a/net-misc/wget/wget-1.20.ebuild +++ b/net-misc/wget/wget-1.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )" # Force a newer libidn2 to avoid libunistring deps. #612498 LIB_DEPEND=" - idn? ( >=net-dns/libidn2-0.14[static-libs(+)] ) + idn? ( >=net-dns/libidn2-0.14:=[static-libs(+)] ) pcre? ( dev-libs/libpcre2[static-libs(+)] ) ssl? ( gnutls? ( net-libs/gnutls:0=[static-libs(+)] ) |