summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-08-22 11:27:55 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-08-22 11:27:55 +0000
commitf478d74595a224ee463dfc2c175f8db49b7b92ad (patch)
tree0e1aaa43f8c516db5d4c15aece5e360451c1f46c /dev-php
parentStable for amd64, wrt bug #427024 (diff)
downloadgentoo-2-f478d74595a224ee463dfc2c175f8db49b7b92ad.tar.gz
gentoo-2-f478d74595a224ee463dfc2c175f8db49b7b92ad.tar.bz2
gentoo-2-f478d74595a224ee463dfc2c175f8db49b7b92ad.zip
Stable for amd64, wrt bug #427024
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-ssh2/ChangeLog5
-rw-r--r--dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/pecl-ssh2/ChangeLog b/dev-php/pecl-ssh2/ChangeLog
index 4172232e7688..a3a762426399 100644
--- a/dev-php/pecl-ssh2/ChangeLog
+++ b/dev-php/pecl-ssh2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/pecl-ssh2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.5 2012/03/03 16:49:37 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.6 2012/08/22 11:27:55 ago Exp $
+
+ 22 Aug 2012; Agostino Sarubbo <ago@gentoo.org> pecl-ssh2-0.11.3-r1.ebuild:
+ Stable for amd64, wrt bug #427024
*pecl-ssh2-0.11.3-r1 (03 Mar 2012)
diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild
index fe0def3fcacc..67a37ce8b9b6 100644
--- a/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild
+++ b/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild,v 1.1 2012/03/03 16:49:37 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild,v 1.2 2012/08/22 11:27:55 ago Exp $
EAPI=4
@@ -17,6 +17,6 @@ DESCRIPTION="Provides bindings to the functions of libssh2 which implements the
LICENSE="PHP-3"
SLOT="0"
IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND=">=net-libs/libssh2-0.18"
RDEPEND="${DEPEND}"