diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-18 08:50:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-18 08:50:10 +0000 |
commit | 72071f77ead17bec92dd46c2d68dff3f1abf5ff1 (patch) | |
tree | 5c75a1b193616340636ae5854fe193911176fe5e /net-libs | |
parent | Stable for ppc64, wrt bug #537262 (diff) | |
download | gentoo-2-72071f77ead17bec92dd46c2d68dff3f1abf5ff1.tar.gz gentoo-2-72071f77ead17bec92dd46c2d68dff3f1abf5ff1.tar.bz2 gentoo-2-72071f77ead17bec92dd46c2d68dff3f1abf5ff1.zip |
Stable for ppc64, wrt bug #533366
(Portage version: 2.2.14/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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 88b3ec86ebef..dee7b9e4d27f 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.121 2015/01/31 10:31:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.122 2015/02/18 08:50:10 ago Exp $ + + 18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.4.ebuild: + Stable for ppc64, wrt bug #533366 31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libssh-0.6.4.ebuild: Stable for ppc, wrt bug #533366 diff --git a/net-libs/libssh/libssh-0.6.4.ebuild b/net-libs/libssh/libssh-0.6.4.ebuild index 2901d3ebec64..daf7d662d6aa 100644 --- a/net-libs/libssh/libssh-0.6.4.ebuild +++ b/net-libs/libssh/libssh-0.6.4.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.4.ebuild,v 1.5 2015/01/31 10:31:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild,v 1.6 2015/02/18 08:50:10 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://red.libssh.org/attachments/download/107/${MY_P}.tar.gz -> ${P}. http://git.libssh.org/projects/libssh.git/patch/?id=3880a8ed80a4b1e2c052bd62f328bba2f869d5ae -> ${PN}-0.6.4-libgcrypt_build_fix.patch" 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 |