From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0A77F1384C0 for ; Sat, 29 Aug 2015 18:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93013E08FA; Sat, 29 Aug 2015 18:33:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36657E08FA for ; Sat, 29 Aug 2015 18:33:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10791340753 for ; Sat, 29 Aug 2015 18:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEB47170 for ; Sat, 29 Aug 2015 18:33:48 +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: <1440873202.c8c2c7c0692b0d18d46d496ce79183c0f67d6c99.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.4.1.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: c8c2c7c0692b0d18d46d496ce79183c0f67d6c99 X-VCS-Branch: master Date: Sat, 29 Aug 2015 18:33:48 +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: 1c409682-12e6-48f9-b2ef-97b3314fcbb6 X-Archives-Hash: 9b8fb051b68043ee6157372bf065cdb5 commit: c8c2c7c0692b0d18d46d496ce79183c0f67d6c99 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Aug 29 18:33:22 2015 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Aug 29 18:33:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c2c7c0 net-libs/gnutls: fix libtasm1 dependency Bug: 558858 Thanks: Andrew John Hughes Package-Manager: portage-2.2.20.1 net-libs/gnutls/gnutls-3.4.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gnutls/gnutls-3.4.4.1.ebuild b/net-libs/gnutls/gnutls-3.4.4.1.ebuild index 7da9d8b..ccd603f 100644 --- a/net-libs/gnutls/gnutls-3.4.4.1.ebuild +++ b/net-libs/gnutls/gnutls-3.4.4.1.ebuild @@ -21,7 +21,7 @@ IUSE="+cxx +crywrap dane doc examples guile nls +openssl pkcs11 static-libs test # NOTICE: sys-devel/autogen is required at runtime as we # use system libopts -RDEPEND=">=dev-libs/libtasn1-3.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 )