summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 20:38:27 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 20:38:27 +0000
commit8ad9c1122126fbdba89e3db2ec23b653951da1ef (patch)
treee9296afaba5f6e7d688f9238a785ff729ce31cb9 /net-libs/libssh
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-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')
-rw-r--r--net-libs/libssh/ChangeLog7
-rw-r--r--net-libs/libssh/libssh-0.6.3-r1.ebuild12
-rw-r--r--net-libs/libssh/libssh-9999.ebuild12
3 files changed, 18 insertions, 13 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog
index 87f2152ada90..bea87b9ead7d 100644
--- a/net-libs/libssh/ChangeLog
+++ b/net-libs/libssh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libssh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.107 2014/06/18 17:35:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.108 2014/06/18 20:38:27 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libssh-0.6.3-r1.ebuild,
+ libssh-9999.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
18 Jun 2014; Michał Górny <mgorny@gentoo.org> libssh-9999.ebuild:
Update the live ebuild. Use git-r3.
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 )
diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild
index 0c8119723540..900fe30bec8b 100644
--- a/net-libs/libssh/libssh-9999.ebuild
+++ b/net-libs/libssh/libssh-9999.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-9999.ebuild,v 1.7 2014/06/18 17:35:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-9999.ebuild,v 1.8 2014/06/18 20:38:27 mgorny Exp $
EAPI=5
@@ -17,14 +17,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 )