summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-22 23:26:08 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-22 23:27:19 +0200
commit4671f671a157c00fb5e748c305c5f83bc7675500 (patch)
treef6317e2f709938244baafab1a5055a19085c671b /net-libs
parentmedia-libs/lcms: arm ppc64 stable (bug 591452). (diff)
downloadgentoo-4671f671a157c00fb5e748c305c5f83bc7675500.tar.gz
gentoo-4671f671a157c00fb5e748c305c5f83bc7675500.tar.bz2
gentoo-4671f671a157c00fb5e748c305c5f83bc7675500.zip
net-libs/gnutls: use stable libidn2
Bug: 610550 Package-Manager: portage-2.3.3
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/gnutls/gnutls-3.5.9-r2.ebuild (renamed from net-libs/gnutls/gnutls-3.5.9-r1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/gnutls/gnutls-3.5.9-r1.ebuild b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild
index 537abe5ef00c..48972887fac9 100644
--- a/net-libs/gnutls/gnutls-3.5.9-r1.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild
@@ -31,7 +31,7 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
- idn? ( >=net-dns/libidn2-0.16-r1[${MULTILIB_USEDEP}] )
+ idn? ( >=net-dns/libidn2-0.11[${MULTILIB_USEDEP}] )
valgrind? ( dev-util/valgrind )
test-full? (
app-crypt/dieharder
@@ -118,6 +118,7 @@ multilib_src_configure() {
$(use_with pkcs11 p11-kit) \
$(use_with zlib) \
$(use_with idn) \
+ $(use_with idn libidn2) \
--without-tpm \
--with-unbound-root-key-file="${EROOT}etc/dnssec/root-anchors.txt" \
"${libconf[@]}" \