summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 20:38:50 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 20:38:50 +0000
commitf0bd32929972338abf58302322c09e0ab91c2683 (patch)
treef22ae31e3b9e88327a315dc8c8d0e056afa7f042 /net-libs/libssh2/libssh2-1.4.3-r1.ebuild
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-f0bd32929972338abf58302322c09e0ab91c2683.tar.gz
gentoo-2-f0bd32929972338abf58302322c09e0ab91c2683.tar.bz2
gentoo-2-f0bd32929972338abf58302322c09e0ab91c2683.zip
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-libs/libssh2/libssh2-1.4.3-r1.ebuild')
-rw-r--r--net-libs/libssh2/libssh2-1.4.3-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libssh2/libssh2-1.4.3-r1.ebuild b/net-libs/libssh2/libssh2-1.4.3-r1.ebuild
index 7fe4b7cac53d..ca8b8e46bc78 100644
--- a/net-libs/libssh2/libssh2-1.4.3-r1.ebuild
+++ b/net-libs/libssh2/libssh2-1.4.3-r1.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/net-libs/libssh2/libssh2-1.4.3-r1.ebuild,v 1.1 2014/06/13 08:30:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.3-r1.ebuild,v 1.2 2014/06/18 20:38:50 mgorny Exp $
EAPI="5"
@@ -15,9 +15,9 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="gcrypt static-libs test zlib"
-DEPEND="!gcrypt? ( dev-libs/openssl[${MULTILIB_USEDEP}] )
- gcrypt? ( dev-libs/libgcrypt:0[${MULTILIB_USEDEP}] )
- zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )"
+DEPEND="!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
+ gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
+ zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
RDEPEND="${DEPEND}"
DOCS=( README )