diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-08 04:48:57 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-08 04:48:57 +0000 |
commit | 26ac28abb43d135c130c749d2dffb4d5cf964240 (patch) | |
tree | d74d6d13d4d5c91e78764ded9756be6207e84ebf /net-libs/libssh | |
parent | bup (diff) | |
download | gentoo-2-26ac28abb43d135c130c749d2dffb4d5cf964240.tar.gz gentoo-2-26ac28abb43d135c130c749d2dffb4d5cf964240.tar.bz2 gentoo-2-26ac28abb43d135c130c749d2dffb4d5cf964240.zip |
Stable for HPPA (bug #548564).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 1532c7bd943f..c53c468cd62d 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.126 2015/05/07 09:36:13 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.127 2015/05/08 04:48:57 jer Exp $ + + 08 May 2015; Jeroen Roovers <jer@gentoo.org> libssh-0.6.5.ebuild: + Stable for HPPA (bug #548564). *libssh-0.6.5 (07 May 2015) diff --git a/net-libs/libssh/libssh-0.6.5.ebuild b/net-libs/libssh/libssh-0.6.5.ebuild index d97460c9dfd9..a2f20d9d4c27 100644 --- a/net-libs/libssh/libssh-0.6.5.ebuild +++ b/net-libs/libssh/libssh-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.5.ebuild,v 1.1 2015/05/07 09:36:13 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.5.ebuild,v 1.2 2015/05/08 04:48:57 jer Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://red.libssh.org/attachments/download/121/${MY_P}.tar.xz -> ${P}. https://git.libssh.org/projects/libssh.git/patch/?id=6e0dee7845cea22f59bd353ef42b31cb67170030 -> ${PN}-0.6.5-compilefix.patch" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" SLOT="0/4" # subslot = soname major version IUSE="debug doc examples gcrypt gssapi pcap +sftp ssh1 server static-libs test zlib" # Maintainer: check IUSE-defaults at DefineOptions.cmake |