Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/
Date: Fri, 03 Mar 2017 20:55:22
Message-Id: 1488574496.dae0a6db6ad673f9738633379613a7b7502a298e.alonbl@gentoo
1 commit: dae0a6db6ad673f9738633379613a7b7502a298e
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 20:52:36 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 20:54:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae0a6db
7
8 net-libs/gnutls: require pkg-config version of libidn2
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-libs/gnutls/gnutls-3.5.9-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/gnutls/gnutls-3.5.9-r2.ebuild b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild
16 index 4d39e369603..f6cc6ba1fee 100644
17 --- a/net-libs/gnutls/gnutls-3.5.9-r2.ebuild
18 +++ b/net-libs/gnutls/gnutls-3.5.9-r2.ebuild
19 @@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
20 nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
21 pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
22 zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
23 - idn? ( >=net-dns/libidn2-0.11[${MULTILIB_USEDEP}] )
24 + idn? ( >=net-dns/libidn2-0.16-r1[${MULTILIB_USEDEP}] )
25 valgrind? ( dev-util/valgrind )
26 test-full? (
27 app-crypt/dieharder