diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-16 11:14:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-16 11:14:58 +0000 |
commit | 3c61eaef650814cd3744c89b77e381c3a0ec5769 (patch) | |
tree | b0c30824319419fe9ed637b805ba52b105a6cfbc /net-libs/libssh | |
parent | Stable for ppc, wrt bug #504494 (diff) | |
download | gentoo-2-3c61eaef650814cd3744c89b77e381c3a0ec5769.tar.gz gentoo-2-3c61eaef650814cd3744c89b77e381c3a0ec5769.tar.bz2 gentoo-2-3c61eaef650814cd3744c89b77e381c3a0ec5769.zip |
Stable for ppc, wrt bug #503504
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/libssh')
-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 8e09498c3337..97efd87ef62d 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.103 2014/03/09 09:52:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.104 2014/03/16 11:14:58 ago Exp $ + + 16 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.3.ebuild: + Stable for ppc, wrt bug #503504 09 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.3.ebuild: Stable for x86, wrt bug #503504 diff --git a/net-libs/libssh/libssh-0.6.3.ebuild b/net-libs/libssh/libssh-0.6.3.ebuild index ed3a519160d7..e1e367bb4729 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.4 2014/03/09 09:52:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.3.ebuild,v 1.5 2014/03/16 11:14:58 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 ~s390 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ppc ~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 |