diff options
author | 2014-03-16 11:15:09 +0000 | |
---|---|---|
committer | 2014-03-16 11:15:09 +0000 | |
commit | 33e97921bf6f51d62368281c7936d4c3bc23d9db (patch) | |
tree | a5a988fb6b0fd2cb89e13855908e478091de0bc1 /net-libs | |
parent | Stable for ppc, wrt bug #503504 (diff) | |
download | gentoo-2-33e97921bf6f51d62368281c7936d4c3bc23d9db.tar.gz gentoo-2-33e97921bf6f51d62368281c7936d4c3bc23d9db.tar.bz2 gentoo-2-33e97921bf6f51d62368281c7936d4c3bc23d9db.zip |
Stable for ppc64, wrt bug #503504
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 97efd87ef62d..a75d713dd109 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.104 2014/03/16 11:14:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.105 2014/03/16 11:15:09 ago Exp $ + + 16 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.3.ebuild: + Stable for ppc64, wrt bug #503504 16 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.3.ebuild: Stable for ppc, wrt bug #503504 diff --git a/net-libs/libssh/libssh-0.6.3.ebuild b/net-libs/libssh/libssh-0.6.3.ebuild index e1e367bb4729..889fcd1a3f08 100644 --- a/net-libs/libssh/libssh-0.6.3.ebuild +++ b/net-libs/libssh/libssh-0.6.3.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.ebuild,v 1.5 2014/03/16 11:14:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3.ebuild,v 1.6 2014/03/16 11:15:09 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="amd64 ~arm ~hppa ppc ~s390 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~s390 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 |