diff options
author | Kristian Fiskerstrand <k_f@gentoo.org> | 2016-07-15 10:41:28 +0200 |
---|---|---|
committer | Kristian Fiskerstrand <k_f@gentoo.org> | 2016-07-15 10:43:50 +0200 |
commit | 8f5abc93f06233d74db11222d76686e9db95768b (patch) | |
tree | da93ab9c2a5a6c423ca05366a52c5382dc16813d /app-crypt/gnupg | |
parent | app-arch/p7zip: Fixed installation of manual. (diff) | |
download | gentoo-8f5abc93f06233d74db11222d76686e9db95768b.tar.gz gentoo-8f5abc93f06233d74db11222d76686e9db95768b.tar.bz2 gentoo-8f5abc93f06233d74db11222d76686e9db95768b.zip |
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
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.1.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gnupg/gnupg-2.1.14.ebuild b/app-crypt/gnupg/gnupg-2.1.14.ebuild index 4ce6f6ec8124..5be523d15708 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 |