diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-05-06 17:37:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-05-06 17:37:42 +0000 |
commit | d8e1e817a0ec97df6416953e1255f9dbe25935dc (patch) | |
tree | 7ae68a923b7ee68fec69899906a5209b656eea33 /net-libs/libssh2 | |
parent | ia64/s390/sh/sparc stable wrt #395735 (diff) | |
download | gentoo-2-d8e1e817a0ec97df6416953e1255f9dbe25935dc.tar.gz gentoo-2-d8e1e817a0ec97df6416953e1255f9dbe25935dc.tar.bz2 gentoo-2-d8e1e817a0ec97df6416953e1255f9dbe25935dc.zip |
alpha/ia64/s390/sh/sparc stable wrt #409601
(Portage version: 2.1.10.53/cvs/Linux ia64)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 7e239f1134db..94c79ac63d6c 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.60 2012/04/26 17:29:40 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.61 2012/05/06 17:37:42 armin76 Exp $ + + 06 May 2012; Raúl Porcel <armin76@gentoo.org> libssh2-1.4.0.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #409601 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> libssh2-1.4.1.ebuild: keyword ~amd64-fbsd diff --git a/net-libs/libssh2/libssh2-1.4.0.ebuild b/net-libs/libssh2/libssh2-1.4.0.ebuild index ac799e7e81aa..d80c04cceeeb 100644 --- a/net-libs/libssh2/libssh2-1.4.0.ebuild +++ b/net-libs/libssh2/libssh2-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.0.ebuild,v 1.8 2012/03/31 15:09:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.0.ebuild,v 1.9 2012/05/06 17:37:42 armin76 Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://www.${PN}.org/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |