diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:38:27 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:38:27 +0000 |
commit | 8ad9c1122126fbdba89e3db2ec23b653951da1ef (patch) | |
tree | e9296afaba5f6e7d688f9238a785ff729ce31cb9 /net-libs/libssh/libssh-0.6.3-r1.ebuild | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-8ad9c1122126fbdba89e3db2ec23b653951da1ef.tar.gz gentoo-2-8ad9c1122126fbdba89e3db2ec23b653951da1ef.tar.bz2 gentoo-2-8ad9c1122126fbdba89e3db2ec23b653951da1ef.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/libssh/libssh-0.6.3-r1.ebuild')
-rw-r--r-- | net-libs/libssh/libssh-0.6.3-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/libssh/libssh-0.6.3-r1.ebuild b/net-libs/libssh/libssh-0.6.3-r1.ebuild index b8f833edfeb4..0a838095060b 100644 --- a/net-libs/libssh/libssh-0.6.3-r1.ebuild +++ b/net-libs/libssh/libssh-0.6.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/libssh/libssh-0.6.3-r1.ebuild,v 1.1 2014/06/11 19:53:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild,v 1.2 2014/06/18 20:38:27 mgorny Exp $ EAPI=5 @@ -18,14 +18,14 @@ IUSE="debug doc examples gcrypt gssapi pcap +sftp ssh1 server static-libs test z # Maintainer: check IUSE-defaults at DefineOptions.cmake RDEPEND=" - zlib? ( >=sys-libs/zlib-1.2[${MULTILIB_USEDEP}] ) - !gcrypt? ( >=dev-libs/openssl-0.9.8[${MULTILIB_USEDEP}] ) - gcrypt? ( >=dev-libs/libgcrypt-1.5:0[${MULTILIB_USEDEP}] ) - gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] ) + zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) + !gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) + gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) + gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) - test? ( dev-util/cmocka[${MULTILIB_USEDEP}] ) + test? ( >=dev-util/cmocka-0.3.1[${MULTILIB_USEDEP}] ) " DOCS=( AUTHORS README ChangeLog ) |