diff options
author | 2014-12-03 09:44:53 +0000 | |
---|---|---|
committer | 2014-12-03 09:44:53 +0000 | |
commit | e5dcbcf767d4a62b18e1b73e8c5e4a45a38487dc (patch) | |
tree | 52d0689f7b4157942f3927478f10157e0860d657 /net-libs | |
parent | Stable for ppc, wrt bug #520794 (diff) | |
download | gentoo-2-e5dcbcf767d4a62b18e1b73e8c5e4a45a38487dc.tar.gz gentoo-2-e5dcbcf767d4a62b18e1b73e8c5e4a45a38487dc.tar.bz2 gentoo-2-e5dcbcf767d4a62b18e1b73e8c5e4a45a38487dc.zip |
Stable for ppc, wrt bug #526074
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.6.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 6f04b850b2a0..608ce82a176c 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # 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.114 2014/11/25 08:42:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.115 2014/12/03 09:44:53 ago Exp $ + + 03 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.3-r1.ebuild: + Stable for ppc, wrt bug #526074 25 Nov 2014; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.3-r1.ebuild: Stable for x86, wrt bug #526074 diff --git a/net-libs/libssh/libssh-0.6.3-r1.ebuild b/net-libs/libssh/libssh-0.6.3-r1.ebuild index ef177ff21d6d..5eaf2a74c6fa 100644 --- a/net-libs/libssh/libssh-0.6.3-r1.ebuild +++ b/net-libs/libssh/libssh-0.6.3-r1.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.3-r1.ebuild,v 1.7 2014/11/25 08:42:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3-r1.ebuild,v 1.8 2014/12/03 09:44:53 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/87/${MY_P}.tar.xz -> ${P}.tar.xz" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~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 |