From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-892105-garchives=archives.gentoo.org@lists.gentoo.org> 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 3765D138306 for <garchives@archives.gentoo.org>; Fri, 15 Jul 2016 08:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7448E21C043; Fri, 15 Jul 2016 08:44:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1E2BF21C043 for <gentoo-commits@lists.gentoo.org>; Fri, 15 Jul 2016 08:44:09 +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 A456A340B30 for <gentoo-commits@lists.gentoo.org>; Fri, 15 Jul 2016 08:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4518E244A for <gentoo-commits@lists.gentoo.org>; Fri, 15 Jul 2016 08:44:02 +0000 (UTC) From: "Kristian Fiskerstrand" <k_f@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" <k_f@gentoo.org> Message-ID: <1468572230.8f5abc93f06233d74db11222d76686e9db95768b.k_f@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.1.14.ebuild X-VCS-Directories: app-crypt/gnupg/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: 8f5abc93f06233d74db11222d76686e9db95768b X-VCS-Branch: master Date: Fri, 15 Jul 2016 08:44:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 53fcc81f-b48c-4c5c-ba1d-6ddd26135bd6 X-Archives-Hash: b41e272fbc8b1d420b22a04f61b3e27f commit: 8f5abc93f06233d74db11222d76686e9db95768b Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org> AuthorDate: Fri Jul 15 08:41:28 2016 +0000 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org> CommitDate: Fri Jul 15 08:43:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5abc93 app-crypt/gnupg: Version 2.1.14 requires a min dep of npth 1.2 Trying to install version 2.1.14 with lower version of npth than 1.2 causes build failure Package-Manager: portage-2.3.0 app-crypt/gnupg/gnupg-2.1.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/gnupg/gnupg-2.1.14.ebuild b/app-crypt/gnupg/gnupg-2.1.14.ebuild index 4ce6f6e..5be523d 100644 --- a/app-crypt/gnupg/gnupg-2.1.14.ebuild +++ b/app-crypt/gnupg/gnupg-2.1.14.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="bzip2 doc +gnutls ldap nls readline selinux smartcard tofu tools usb" COMMON_DEPEND_LIBS=" - dev-libs/npth + >=dev-libs/npth-1.2 >=dev-libs/libassuan-2.4.3 >=dev-libs/libgcrypt-1.7.1 >=dev-libs/libgpg-error-1.24