summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-01 22:34:59 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-01 22:34:59 +0000
commitcc5fca492d34859ad0b058e2e63e8d66d00613b1 (patch)
treefc5471f3270e0b1b8aca234cd9e852a7944dd1ea /net-libs/libssh
parentUpdate libgcrypt dep to use slot :0. (diff)
downloadgentoo-2-cc5fca492d34859ad0b058e2e63e8d66d00613b1.tar.gz
gentoo-2-cc5fca492d34859ad0b058e2e63e8d66d00613b1.tar.bz2
gentoo-2-cc5fca492d34859ad0b058e2e63e8d66d00613b1.zip
Update libgcrypt dep to use slot :0.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-libs/libssh')
-rw-r--r--net-libs/libssh/ChangeLog6
-rw-r--r--net-libs/libssh/libssh-0.6.0.ebuild4
-rw-r--r--net-libs/libssh/libssh-0.6.1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog
index bea714b0354f..b25b711f2e89 100644
--- a/net-libs/libssh/ChangeLog
+++ b/net-libs/libssh/ChangeLog
@@ -1,6 +1,10 @@
# 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.98 2014/02/11 10:23:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.99 2014/03/01 22:34:59 mgorny Exp $
+
+ 01 Mar 2014; Michał Górny <mgorny@gentoo.org> libssh-0.6.0.ebuild,
+ libssh-0.6.1.ebuild:
+ Update libgcrypt dep to use slot :0.
*libssh-0.6.1 (11 Feb 2014)
diff --git a/net-libs/libssh/libssh-0.6.0.ebuild b/net-libs/libssh/libssh-0.6.0.ebuild
index 4b30c9956cff..cb5a6cbed643 100644
--- a/net-libs/libssh/libssh-0.6.0.ebuild
+++ b/net-libs/libssh/libssh-0.6.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/net-libs/libssh/libssh-0.6.0.ebuild,v 1.3 2014/02/11 10:23:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.0.ebuild,v 1.4 2014/03/01 22:34:59 mgorny Exp $
EAPI=5
@@ -20,7 +20,7 @@ IUSE="debug doc examples gcrypt gssapi pcap +sftp ssh1 server static-libs test z
RDEPEND="
zlib? ( >=sys-libs/zlib-1.2 )
!gcrypt? ( >=dev-libs/openssl-0.9.8 )
- gcrypt? ( >=dev-libs/libgcrypt-1.5 )
+ gcrypt? ( >=dev-libs/libgcrypt-1.5:0 )
gssapi? ( virtual/krb5 )
"
DEPEND="${RDEPEND}
diff --git a/net-libs/libssh/libssh-0.6.1.ebuild b/net-libs/libssh/libssh-0.6.1.ebuild
index 6734475eac2b..ab649357142a 100644
--- a/net-libs/libssh/libssh-0.6.1.ebuild
+++ b/net-libs/libssh/libssh-0.6.1.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.1.ebuild,v 1.1 2014/02/11 10:23:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.1.ebuild,v 1.2 2014/03/01 22:34:59 mgorny Exp $
EAPI=5
@@ -20,7 +20,7 @@ IUSE="debug doc examples gcrypt gssapi pcap +sftp ssh1 server static-libs test z
RDEPEND="
zlib? ( >=sys-libs/zlib-1.2 )
!gcrypt? ( >=dev-libs/openssl-0.9.8 )
- gcrypt? ( >=dev-libs/libgcrypt-1.5 )
+ gcrypt? ( >=dev-libs/libgcrypt-1.5:0 )
gssapi? ( virtual/krb5 )
"
DEPEND="${RDEPEND}