From: Alon Bar-Lev Date: Wed, 22 Feb 2017 21:26:08 +0000 (+0200) Subject: net-libs/gnutls: use stable libidn2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4671f671a157c00fb5e748c305c5f83bc7675500;p=gentoo.git net-libs/gnutls: use stable libidn2 Bug: 610550 Package-Manager: portage-2.3.3 --- diff --git a/net-libs/gnutls/gnutls-3.5.9-r1.ebuild b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild similarity index 98% rename from net-libs/gnutls/gnutls-3.5.9-r1.ebuild rename to 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[@]}" \