diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-04 19:30:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-04 19:30:40 +0000 |
commit | 9ab409e2b7741424f5650b0f2bf636cf4ef8629e (patch) | |
tree | f2c56013b9ece80e436cc9584527cb2d79ea370e /net-libs | |
parent | Stable for amd64, wrt bug #419271 (diff) | |
download | historical-9ab409e2b7741424f5650b0f2bf636cf4ef8629e.tar.gz historical-9ab409e2b7741424f5650b0f2bf636cf4ef8629e.tar.bz2 historical-9ab409e2b7741424f5650b0f2bf636cf4ef8629e.zip |
Stable for amd64, wrt bug #419273
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.5.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 2616962ed5fb..938525a12db6 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.60 2012/05/21 03:16:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.61 2012/06/04 19:30:40 ago Exp $ + + 04 Jun 2012; Agostino Sarubbo <ago@gentoo.org> libssh-0.5.2.ebuild: + Stable for amd64, wrt bug #419273 21 May 2012; Jeroen Roovers <jer@gentoo.org> -libssh-0.4.8.ebuild: Old. diff --git a/net-libs/libssh/libssh-0.5.2.ebuild b/net-libs/libssh/libssh-0.5.2.ebuild index 8b258ca7cab1..a8cf75006788 100644 --- a/net-libs/libssh/libssh-0.5.2.ebuild +++ b/net-libs/libssh/libssh-0.5.2.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.2.ebuild,v 1.1 2011/09/17 23:24:03 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.2.ebuild,v 1.2 2012/06/04 19:30:40 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/27/${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 |