summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2008-07-30 07:16:19 +0000
committerDawid Węgliński <cla@gentoo.org>2008-07-30 07:16:19 +0000
commit1ae9c524439375f790eefe61543dddba21953ace (patch)
treea770b5c7a9eaa1f972c06bc25490b676d4186588 /net-libs
parentadd missing test to IUSE (diff)
downloadgentoo-2-1ae9c524439375f790eefe61543dddba21953ace.tar.gz
gentoo-2-1ae9c524439375f790eefe61543dddba21953ace.tar.bz2
gentoo-2-1ae9c524439375f790eefe61543dddba21953ace.zip
Stable on amd64 wrt bug #233122
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libssh2/ChangeLog5
-rw-r--r--net-libs/libssh2/libssh2-0.18.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog
index 1b20d03badd7..f63b94d95b65 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.11 2008/07/29 16:50:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.12 2008/07/30 07:16:19 cla Exp $
+
+ 30 Jul 2008; Dawid Węgliński <cla@gentoo.org> libssh2-0.18.ebuild:
+ Stable on amd64 (bug #233122)
29 Jul 2008; Raúl Porcel <armin76@gentoo.org> libssh2-0.18.ebuild:
alpha/ia64/sparc/x86 stable wrt #233122
diff --git a/net-libs/libssh2/libssh2-0.18.ebuild b/net-libs/libssh2/libssh2-0.18.ebuild
index a171a01c3db0..d38b98c2914c 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.7 2008/07/29 16:50:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v 1.8 2008/07/30 07:16:19 cla 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 )