summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2012-02-24 15:16:46 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2012-02-24 15:16:46 +0000
commit5b178ca9eeb2144b9d6942b4af5dd0d22c4db2e2 (patch)
tree53fd678e1dcc6d72ca5223666ec43e8fc29b8d5d /dev-php/pecl-ssh2
parentx86 stable wrt bug #403903 (diff)
downloadgentoo-2-5b178ca9eeb2144b9d6942b4af5dd0d22c4db2e2.tar.gz
gentoo-2-5b178ca9eeb2144b9d6942b4af5dd0d22c4db2e2.tar.bz2
gentoo-2-5b178ca9eeb2144b9d6942b4af5dd0d22c4db2e2.zip
x86 stable wrt bug #400321
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'dev-php/pecl-ssh2')
-rw-r--r--dev-php/pecl-ssh2/ChangeLog5
-rw-r--r--dev-php/pecl-ssh2/pecl-ssh2-0.11.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/pecl-ssh2/ChangeLog b/dev-php/pecl-ssh2/ChangeLog
index 22ace2af2a8e..186d216d848a 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.3 2012/02/21 14:52:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.4 2012/02/24 15:16:46 phajdan.jr Exp $
+
+ 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pecl-ssh2-0.11.3.ebuild:
+ x86 stable wrt bug #400321
21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> pecl-ssh2-0.11.3.ebuild:
Stable for amd64, wrt bug #400321
diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.11.3.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.11.3.ebuild
index 3356f0861c6d..ab7fde07e2dd 100644
--- a/dev-php/pecl-ssh2/pecl-ssh2-0.11.3.ebuild
+++ b/dev-php/pecl-ssh2/pecl-ssh2-0.11.3.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.ebuild,v 1.2 2012/02/21 14:52:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.11.3.ebuild,v 1.3 2012/02/24 15:16:46 phajdan.jr Exp $
EAPI=4
@@ -15,6 +15,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}"