diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-10-14 14:42:36 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-10-14 14:42:36 +0000 |
commit | 1a58b7065814db2400736d8817de635f54a5e4bb (patch) | |
tree | 6b79b1024c79aade8dd71934d4ee802b14d147a1 /dev-php5/pecl-ssh2 | |
parent | stable x86, bug 333435 (diff) | |
download | gentoo-2-1a58b7065814db2400736d8817de635f54a5e4bb.tar.gz gentoo-2-1a58b7065814db2400736d8817de635f54a5e4bb.tar.bz2 gentoo-2-1a58b7065814db2400736d8817de635f54a5e4bb.zip |
stable x86, bug 339686
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-php5/pecl-ssh2')
-rw-r--r-- | dev-php5/pecl-ssh2/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php5/pecl-ssh2/ChangeLog b/dev-php5/pecl-ssh2/ChangeLog index a3a6332cb98c..2d3859468d09 100644 --- a/dev-php5/pecl-ssh2/ChangeLog +++ b/dev-php5/pecl-ssh2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/pecl-ssh2 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.5 2009/12/29 21:16:55 hoffie Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.6 2010/10/14 14:42:36 fauli Exp $ + + 14 Oct 2010; Christian Faulhammer <fauli@gentoo.org> + pecl-ssh2-0.11.0-r1.ebuild: + stable x86, bug 339686 *pecl-ssh2-0.11.0-r1 (29 Dec 2009) diff --git a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild index 8927752e9915..018cd61c732f 100644 --- a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild +++ b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.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/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild,v 1.1 2009/12/29 21:16:55 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild,v 1.2 2010/10/14 14:42:36 fauli Exp $ PHP_EXT_NAME="ssh2" PHP_EXT_INI="yes" @@ -13,7 +13,7 @@ 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}" |