From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35A74139694 for ; Wed, 22 Feb 2017 21:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86E87E0DC3; Wed, 22 Feb 2017 21:27:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6745AE0DC3 for ; Wed, 22 Feb 2017 21:27:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C6CC340FDA for ; Wed, 22 Feb 2017 21:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E82B85114 for ; Wed, 22 Feb 2017 21:27:37 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1487798839.4671f671a157c00fb5e748c305c5f83bc7675500.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.5.9-r1.ebuild net-libs/gnutls/gnutls-3.5.9-r2.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 4671f671a157c00fb5e748c305c5f83bc7675500 X-VCS-Branch: master Date: Wed, 22 Feb 2017 21:27:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6a92f9af-1686-40a0-a07c-a7126722aec1 X-Archives-Hash: c0b69e9f8b880a314c7d30996229a8ef commit: 4671f671a157c00fb5e748c305c5f83bc7675500 Author: Alon Bar-Lev gentoo org> AuthorDate: Wed Feb 22 21:26:08 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Wed Feb 22 21:27:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4671f671 net-libs/gnutls: use stable libidn2 Bug: 610550 Package-Manager: portage-2.3.3 net-libs/gnutls/{gnutls-3.5.9-r1.ebuild => gnutls-3.5.9-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 537abe5ef0..48972887fa 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[@]}" \