diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:38:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:38:50 +0000 |
commit | f0bd32929972338abf58302322c09e0ab91c2683 (patch) | |
tree | f22ae31e3b9e88327a315dc8c8d0e056afa7f042 /net-libs/libssh2 | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-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')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.3-r1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 778661c03e7a..85bf80accdb1 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.85 2014/06/13 08:30:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.86 2014/06/18 20:38:50 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libssh2-1.4.3-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *libssh2-1.4.3-r1 (13 Jun 2014) 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 ) |