diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-08-25 20:18:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-08-25 20:18:24 +0000 |
commit | b2509890ea2b9806bc4a24a2ae46753f63ea2df7 (patch) | |
tree | 3b8ccc8ade29095c06a90f93c32d106d0949ec07 /net-libs/libssh2 | |
parent | sparc stable wrt #231678 (diff) | |
download | gentoo-2-b2509890ea2b9806bc4a24a2ae46753f63ea2df7.tar.gz gentoo-2-b2509890ea2b9806bc4a24a2ae46753f63ea2df7.tar.bz2 gentoo-2-b2509890ea2b9806bc4a24a2ae46753f63ea2df7.zip |
Stable for HPPA (bug #233122).
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-0.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 0212853c504d..e856c2d188d4 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.14 2008/08/02 21:34:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.15 2008/08/25 20:18:24 jer Exp $ + + 25 Aug 2008; Jeroen Roovers <jer@gentoo.org> libssh2-0.18.ebuild: + Stable for HPPA (bug #233122). 02 Aug 2008; Markus Rothe <corsair@gentoo.org> libssh2-0.18.ebuild: Stable on ppc64; bug #233122 diff --git a/net-libs/libssh2/libssh2-0.18.ebuild b/net-libs/libssh2/libssh2-0.18.ebuild index 1d0323d90c5f..01e22d722e6b 100644 --- a/net-libs/libssh2/libssh2-0.18.ebuild +++ b/net-libs/libssh2/libssh2-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v 1.10 2008/08/02 21:34:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v 1.11 2008/08/25 20:18:24 jer Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/libssh2/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="libgcrypt" DEPEND="!libgcrypt? ( dev-libs/openssl ) |