diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-11-15 22:08:23 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-11-15 22:08:23 +0000 |
commit | ea7455ae05a017ca410cd25a3325833c45f4f972 (patch) | |
tree | 559dd3584fc685e467dbdb0bb314679c8980fac2 /net-libs/libssh2 | |
parent | Version bump. (diff) | |
download | gentoo-2-ea7455ae05a017ca410cd25a3325833c45f4f972.tar.gz gentoo-2-ea7455ae05a017ca410cd25a3325833c45f4f972.tar.bz2 gentoo-2-ea7455ae05a017ca410cd25a3325833c45f4f972.zip |
Stable on amd64 wrt bug #390555
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index c65e48ae3582..193159b22ceb 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.40 2011/11/15 15:56:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.41 2011/11/15 22:08:23 hwoarang Exp $ + + 15 Nov 2011; Markos Chandras <hwoarang@gentoo.org> libssh2-1.3.0.ebuild: + Stable on amd64 wrt bug #390555 15 Nov 2011; Jeroen Roovers <jer@gentoo.org> libssh2-1.3.0.ebuild: Stable for HPPA (bug #390555). diff --git a/net-libs/libssh2/libssh2-1.3.0.ebuild b/net-libs/libssh2/libssh2-1.3.0.ebuild index aecc7903f3b5..1cb947bf926d 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.2 2011/11/15 15:56:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.3.0.ebuild,v 1.3 2011/11/15 22:08:23 hwoarang 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 ) |