diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-02 09:30:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-02 09:30:00 +0000 |
commit | 13067ca22137be4031ad18fd35109d28c6d5355b (patch) | |
tree | b80946907186744b518e97f9b510338e04e0524f /net-libs/libssh2 | |
parent | Stable for ppc, wrt bug #516836 (diff) | |
download | gentoo-2-13067ca22137be4031ad18fd35109d28c6d5355b.tar.gz gentoo-2-13067ca22137be4031ad18fd35109d28c6d5355b.tar.bz2 gentoo-2-13067ca22137be4031ad18fd35109d28c6d5355b.zip |
Stable for ppc, wrt bug #526056
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index bdfc93652e1e..1d86ed1323a4 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.93 2015/01/16 11:46:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.94 2015/03/02 09:30:00 ago Exp $ + + 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3-r1.ebuild: + Stable for ppc, wrt bug #526056 16 Jan 2015; Raúl Porcel <armin76@gentoo.org> libssh2-1.4.3-r1.ebuild: alpha/ia64/s390/sparc stable wrt #526056 diff --git a/net-libs/libssh2/libssh2-1.4.3-r1.ebuild b/net-libs/libssh2/libssh2-1.4.3-r1.ebuild index 057c2ce05cde..0569d0fa0dc4 100644 --- a/net-libs/libssh2/libssh2-1.4.3-r1.ebuild +++ b/net-libs/libssh2/libssh2-1.4.3-r1.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/libssh2/libssh2-1.4.3-r1.ebuild,v 1.8 2015/01/16 11:46:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.3-r1.ebuild,v 1.9 2015/03/02 09:30:00 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="http://www.${PN}.org/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) |