summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Fiskerstrand <k_f@gentoo.org>2014-11-19 21:07:53 +0000
committerKristian Fiskerstrand <k_f@gentoo.org>2014-11-19 21:07:53 +0000
commitf816067201b29369cb357e8a56799212660b4585 (patch)
tree59b38827237cb34749d357ad0b240e4564a699dd /app-crypt
parentarm stable, bug #529418 (diff)
downloadgentoo-2-f816067201b29369cb357e8a56799212660b4585.tar.gz
gentoo-2-f816067201b29369cb357e8a56799212660b4585.tar.bz2
gentoo-2-f816067201b29369cb357e8a56799212660b4585.zip
Update GnuPG 2.1 deps when static USE to match general requirements
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xFC3B17DE05E136A0!)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gnupg/ChangeLog5
-rw-r--r--app-crypt/gnupg/gnupg-2.1.0.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog
index bd76b0a3a447..e46a3bafdf94 100644
--- a/app-crypt/gnupg/ChangeLog
+++ b/app-crypt/gnupg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/gnupg
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.558 2014/11/09 01:42:34 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.559 2014/11/19 21:07:53 k_f Exp $
+
+ 19 Nov 2014; Kristian Fiskerstrand <k_f@gentoo.org> gnupg-2.1.0.ebuild:
+ Update GnuPG 2.1 deps when static USE to match general requirements
09 Nov 2014; Kristian Fiskerstrand <k_f@gentoo.org> gnupg-2.1.0.ebuild:
Make sure to properly escape variables for elog messages
diff --git a/app-crypt/gnupg/gnupg-2.1.0.ebuild b/app-crypt/gnupg/gnupg-2.1.0.ebuild
index 9d2bc16e83d1..f97e1d20eff2 100644
--- a/app-crypt/gnupg/gnupg-2.1.0.ebuild
+++ b/app-crypt/gnupg/gnupg-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.0.ebuild,v 1.4 2014/11/09 01:42:34 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.0.ebuild,v 1.5 2014/11/19 21:07:53 k_f Exp $
EAPI="5"
@@ -37,10 +37,10 @@ DEPEND="${COMMON_DEPEND_LIBS}
${COMMON_DEPEND_BINS}
static? (
>=dev-libs/libassuan-2[static-libs]
- >=dev-libs/libgcrypt-1.4[static-libs]
- >=dev-libs/libgpg-error-1.7[static-libs]
+ >=dev-libs/libgcrypt-1.6.2[static-libs]
+ >=dev-libs/libgpg-error-1.15[static-libs]
>=dev-libs/libksba-1.0.7[static-libs]
- >=dev-libs/pth-1.3.7[static-libs]
+ dev-libs/npth[static-libs]
>=net-misc/curl-7.10[static-libs]
sys-libs/zlib[static-libs]
bzip2? ( app-arch/bzip2[static-libs] )
@@ -50,7 +50,6 @@ DEPEND="${COMMON_DEPEND_LIBS}
RDEPEND="!static? ( ${COMMON_DEPEND_LIBS} )
${COMMON_DEPEND_BINS}
- !<=app-crypt/gnupg-2.0.1
selinux? ( sec-policy/selinux-gpg )
nls? ( virtual/libintl )"