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 A63FB1386F1 for ; Mon, 10 Aug 2015 03:49:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0187B14088; Mon, 10 Aug 2015 03:49:30 +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 81BEC14088 for ; Mon, 10 Aug 2015 03:49:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E5E3340976 for ; Mon, 10 Aug 2015 03:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D80F12A for ; Mon, 10 Aug 2015 03:49:26 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1439178428.8afdf6a6e33318a46a26e3d7bae41025708d574a.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gnupg/gnupg-2.0.28.ebuild X-VCS-Directories: app-crypt/gnupg/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8afdf6a6e33318a46a26e3d7bae41025708d574a X-VCS-Branch: master Date: Mon, 10 Aug 2015 03:49:26 +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: 63391c22-9038-481a-a4b6-caabf3f6fc83 X-Archives-Hash: a0a9f4a9c7d1628a83a66098b4345822 commit: 8afdf6a6e33318a46a26e3d7bae41025708d574a Author: Mike Frysinger gentoo org> AuthorDate: Mon Aug 10 03:47:08 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Aug 10 03:47:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afdf6a6 gnupg: update libgcrypt min ver The configure script now requires 1.5.x: NEED_LIBGCRYPT_VERSION=1.5.0 Package-Manager: portage-2.2.20 app-crypt/gnupg/gnupg-2.0.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/gnupg/gnupg-2.0.28.ebuild b/app-crypt/gnupg/gnupg-2.0.28.ebuild index 4e5e91e..c3aa1bd 100644 --- a/app-crypt/gnupg/gnupg-2.0.28.ebuild +++ b/app-crypt/gnupg/gnupg-2.0.28.ebuild @@ -18,7 +18,7 @@ IUSE="bzip2 doc ldap nls mta readline static selinux smartcard tools usb" COMMON_DEPEND_LIBS=" >=dev-libs/libassuan-2 - >=dev-libs/libgcrypt-1.4:0= + >=dev-libs/libgcrypt-1.5:0= >=dev-libs/libgpg-error-1.11 >=dev-libs/libksba-1.0.7 >=dev-libs/pth-1.3.7