summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2011-11-17 18:45:46 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2011-11-17 18:45:46 +0000
commit85d8e31bc631463d118c5f6d7a27fee9a7c4ac75 (patch)
treeaada2d536afef0e185b03673de51532f8af67ed1 /net-libs/libssh2
parentx86 stable wrt bug #390551 (diff)
downloadgentoo-2-85d8e31bc631463d118c5f6d7a27fee9a7c4ac75.tar.gz
gentoo-2-85d8e31bc631463d118c5f6d7a27fee9a7c4ac75.tar.bz2
gentoo-2-85d8e31bc631463d118c5f6d7a27fee9a7c4ac75.zip
x86 stable wrt bug #390555
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r--net-libs/libssh2/ChangeLog5
-rw-r--r--net-libs/libssh2/libssh2-1.3.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog
index 193159b22ceb..84f260ea9da0 100644
--- a/net-libs/libssh2/ChangeLog
+++ b/net-libs/libssh2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libssh2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.41 2011/11/15 22:08:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.42 2011/11/17 18:45:46 phajdan.jr Exp $
+
+ 17 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libssh2-1.3.0.ebuild:
+ x86 stable wrt bug #390555
15 Nov 2011; Markos Chandras <hwoarang@gentoo.org> libssh2-1.3.0.ebuild:
Stable on amd64 wrt bug #390555
diff --git a/net-libs/libssh2/libssh2-1.3.0.ebuild b/net-libs/libssh2/libssh2-1.3.0.ebuild
index 1cb947bf926d..57587f869fe6 100644
--- a/net-libs/libssh2/libssh2-1.3.0.ebuild
+++ b/net-libs/libssh2/libssh2-1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.3.0.ebuild,v 1.3 2011/11/15 22:08:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.3.0.ebuild,v 1.4 2011/11/17 18:45:46 phajdan.jr 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 ~x86-fbsd ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-macos ~x86-solaris"
IUSE="gcrypt static-libs test zlib"
DEPEND="!gcrypt? ( dev-libs/openssl )