diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-26 11:58:23 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-26 11:58:23 +0000 |
commit | 637e4fab0ef46d4889fc570207d7e93f1b4d82f5 (patch) | |
tree | 4bc0968cf76a0483a702ed6b2ee6f200d8484c65 /net-libs/libssh | |
parent | Stable ppc wrt bug#382499. (diff) | |
download | gentoo-2-637e4fab0ef46d4889fc570207d7e93f1b4d82f5.tar.gz gentoo-2-637e4fab0ef46d4889fc570207d7e93f1b4d82f5.tar.bz2 gentoo-2-637e4fab0ef46d4889fc570207d7e93f1b4d82f5.zip |
Stable ppc wrt bug#382499.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.5.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 96441ac36214..cdf05496642a 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.57 2012/02/24 05:12:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.58 2012/04/26 11:58:23 scarabeus Exp $ + + 26 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> libssh-0.5.1.ebuild: + Stable ppc wrt bug#382499. 24 Feb 2012; Tim Harder <radhermit@gentoo.org> -libssh-0.4.91.ebuild, -libssh-0.5.0.ebuild, -files/libssh-0.5.0-no-server.patch: diff --git a/net-libs/libssh/libssh-0.5.1.ebuild b/net-libs/libssh/libssh-0.5.1.ebuild index 06bd6f9be9c6..ecafb9fab8cf 100644 --- a/net-libs/libssh/libssh-0.5.1.ebuild +++ b/net-libs/libssh/libssh-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.1.ebuild,v 1.5 2011/09/16 13:00:01 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.1.ebuild,v 1.6 2012/04/26 11:58:23 scarabeus Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="http://www.${PN}.org/files/${PV:0:3}/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" IUSE="debug doc examples gcrypt pcap +sftp ssh1 server static-libs test zlib" # Maintainer: check IUSE-defaults at DefineOptions.cmake |