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: Sat, 29 Aug 2015 19:11:31
Message-Id: 1440875470.e3e6459a2bfad124c77f204140c0fd962f6bc1b9.alonbl@gentoo
1 commit: e3e6459a2bfad124c77f204140c0fd962f6bc1b9
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 19:10:53 2015 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 19:11:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e6459a
7
8 net-libs/gnutls: fix libtasm1 dependency
9
10 Bug: 558858
11 Thanks: Andrew John Hughes
12
13 Package-Manager: portage-2.2.20.1
14
15 net-libs/gnutls/gnutls-3.3.17.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-libs/gnutls/gnutls-3.3.17.1.ebuild b/net-libs/gnutls/gnutls-3.3.17.1.ebuild
19 index c5713fa..8982649 100644
20 --- a/net-libs/gnutls/gnutls-3.3.17.1.ebuild
21 +++ b/net-libs/gnutls/gnutls-3.3.17.1.ebuild
22 @@ -21,7 +21,7 @@ IUSE="+cxx +crywrap dane doc examples guile nls +openssl pkcs11 static-libs test
23
24 # NOTICE: sys-devel/autogen is required at runtime as we
25 # use system libopts
26 -RDEPEND=">=dev-libs/libtasn1-3.9[${MULTILIB_USEDEP}]
27 +RDEPEND=">=dev-libs/libtasn1-4.3[${MULTILIB_USEDEP}]
28 >=dev-libs/nettle-2.7[gmp,${MULTILIB_USEDEP}]
29 >=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
30 sys-devel/autogen