summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-08-03 13:09:37 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-08-03 13:09:37 +0000
commit2fd9097d96563edbb6088096fbe1cc5942c1d0d1 (patch)
tree2416ce4cb652c68c6d745f1ca5e46549753f35fd /net-libs
parentInitial commit of pology toolkit used to manage and check translations. (diff)
downloadgentoo-2-2fd9097d96563edbb6088096fbe1cc5942c1d0d1.tar.gz
gentoo-2-2fd9097d96563edbb6088096fbe1cc5942c1d0d1.tar.bz2
gentoo-2-2fd9097d96563edbb6088096fbe1cc5942c1d0d1.zip
Stable ppc ppc64, bug #422139
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libssh2/ChangeLog5
-rw-r--r--net-libs/libssh2/libssh2-1.4.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog
index 7987a57adba4..bf7b95cbd9bb 100644
--- a/net-libs/libssh2/ChangeLog
+++ b/net-libs/libssh2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libssh2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.66 2012/08/01 23:41:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.67 2012/08/03 13:09:37 blueness Exp $
+
+ 03 Aug 2012; Anthony G. Basile <blueness@gentoo.org> libssh2-1.4.2.ebuild:
+ Stable ppc ppc64, bug #422139
01 Aug 2012; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.2.ebuild:
Stable for HPPA (bug #422139).
diff --git a/net-libs/libssh2/libssh2-1.4.2.ebuild b/net-libs/libssh2/libssh2-1.4.2.ebuild
index 32b4bcc1fdb7..8c79ac203235 100644
--- a/net-libs/libssh2/libssh2-1.4.2.ebuild
+++ b/net-libs/libssh2/libssh2-1.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.2.ebuild,v 1.4 2012/08/01 23:41:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.2.ebuild,v 1.5 2012/08/03 13:09:37 blueness Exp $
EAPI="4"
@@ -12,7 +12,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 ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="gcrypt static-libs test zlib"
DEPEND="!gcrypt? ( dev-libs/openssl )