diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-05 16:52:44 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-05 16:52:44 +0000 |
commit | 57c861fa51e9db677b7e6806d4d4f4cc5b995b8d (patch) | |
tree | d647001bff3c832bf126f28f1a4aa2da4c39cd8d /net-libs | |
parent | Revision bump since the patch was bad idea. (diff) | |
download | gentoo-2-57c861fa51e9db677b7e6806d4d4f4cc5b995b8d.tar.gz gentoo-2-57c861fa51e9db677b7e6806d4d4f4cc5b995b8d.tar.bz2 gentoo-2-57c861fa51e9db677b7e6806d4d4f4cc5b995b8d.zip |
Stable for HPPA (bug #298456).
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index cf988f9f5b26..876f1e9f7dfd 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.24 2009/12/14 19:14:29 pva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.25 2010/01/05 16:52:44 jer Exp $ + + 05 Jan 2010; Jeroen Roovers <jer@gentoo.org> libssh2-1.2.2.ebuild: + Stable for HPPA (bug #298456). 14 Dec 2009; Peter Volkov <pva@gentoo.org> libssh2-1.2.2.ebuild: Disable ssh2.sh test in case FEATURES=userpriv, bug #286741, thank Kent diff --git a/net-libs/libssh2/libssh2-1.2.2.ebuild b/net-libs/libssh2/libssh2-1.2.2.ebuild index 2fa416320a7f..f1b61ecfc919 100644 --- a/net-libs/libssh2/libssh2-1.2.2.ebuild +++ b/net-libs/libssh2/libssh2-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.2.2.ebuild,v 1.2 2009/12/14 19:14:29 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.2.2.ebuild,v 1.3 2010/01/05 16:52:44 jer Exp $ EAPI="2" @@ -10,7 +10,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" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="gcrypt zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |