Gentoo Archives: gentoo-commits

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/
Date: Fri, 15 Jul 2016 08:44:13
Message-Id: 1468572230.8f5abc93f06233d74db11222d76686e9db95768b.k_f@gentoo
1 commit: 8f5abc93f06233d74db11222d76686e9db95768b
2 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 15 08:41:28 2016 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 15 08:43:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5abc93
7
8 app-crypt/gnupg: Version 2.1.14 requires a min dep of npth 1.2
9
10 Trying to install version 2.1.14 with lower version of npth than 1.2
11 causes build failure
12
13 Package-Manager: portage-2.3.0
14
15 app-crypt/gnupg/gnupg-2.1.14.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-crypt/gnupg/gnupg-2.1.14.ebuild b/app-crypt/gnupg/gnupg-2.1.14.ebuild
19 index 4ce6f6e..5be523d 100644
20 --- a/app-crypt/gnupg/gnupg-2.1.14.ebuild
21 +++ b/app-crypt/gnupg/gnupg-2.1.14.ebuild
22 @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
23 IUSE="bzip2 doc +gnutls ldap nls readline selinux smartcard tofu tools usb"
24
25 COMMON_DEPEND_LIBS="
26 - dev-libs/npth
27 + >=dev-libs/npth-1.2
28 >=dev-libs/libassuan-2.4.3
29 >=dev-libs/libgcrypt-1.7.1
30 >=dev-libs/libgpg-error-1.24