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 AB7DA1395E2 for ; Thu, 8 Dec 2016 18:58:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 015E7E0DD5; Thu, 8 Dec 2016 18:58:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C6D42E0DD5 for ; Thu, 8 Dec 2016 18:58:06 +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 90EB53413AD for ; Thu, 8 Dec 2016 18:58:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 530044A8 for ; Thu, 8 Dec 2016 18:58:03 +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: <1481223471.0db8d5e1d70c263d1602c378030fe4cf7e6a7a4c.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.4.17.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 0db8d5e1d70c263d1602c378030fe4cf7e6a7a4c X-VCS-Branch: master Date: Thu, 8 Dec 2016 18:58:03 +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: 2f092d25-8a59-43f4-bd5c-06c30b3aab93 X-Archives-Hash: 39300bc63854395720d7caae4d9492de commit: 0db8d5e1d70c263d1602c378030fe4cf7e6a7a4c Author: Alon Bar-Lev gentoo org> AuthorDate: Thu Dec 8 18:57:35 2016 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Dec 8 18:57:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db8d5e1 net-libs/gnutls: Adjusted dev-libs/libtasn1 dependency Bug: 602018 Package-Manager: portage-2.3.0 net-libs/gnutls/gnutls-3.4.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gnutls/gnutls-3.4.17.ebuild b/net-libs/gnutls/gnutls-3.4.17.ebuild index f23d10d..0939ac9 100644 --- a/net-libs/gnutls/gnutls-3.4.17.ebuild +++ b/net-libs/gnutls/gnutls-3.4.17.ebuild @@ -18,7 +18,7 @@ IUSE="+cxx +crywrap dane doc examples guile idn nls +openssl pkcs11 static-libs # NOTICE: sys-devel/autogen is required at runtime as we # use system libopts -RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}] +RDEPEND=">=dev-libs/libtasn1-4.3:=[${MULTILIB_USEDEP}] >=dev-libs/nettle-3.1:=[gmp,${MULTILIB_USEDEP}] >=dev-libs/gmp-5.1.3-r1:=[${MULTILIB_USEDEP}] tools? ( sys-devel/autogen )