diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-15 11:56:51 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-15 11:56:51 +0000 |
commit | 1032004feb0ff1a92251cca8e4ebcdf391d1c80e (patch) | |
tree | 6106dcc8494747a8b7b769a5e79d665606f3eb57 /dev-php5 | |
parent | amd64/x86 stable, bug #288009 (diff) | |
download | gentoo-2-1032004feb0ff1a92251cca8e4ebcdf391d1c80e.tar.gz gentoo-2-1032004feb0ff1a92251cca8e4ebcdf391d1c80e.tar.bz2 gentoo-2-1032004feb0ff1a92251cca8e4ebcdf391d1c80e.zip |
amd64/x86 stable, bug #288070
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-ssh2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/pecl-ssh2/ChangeLog b/dev-php5/pecl-ssh2/ChangeLog index 72aa1c9ac8ce..7ef6f5487a12 100644 --- a/dev-php5/pecl-ssh2/ChangeLog +++ b/dev-php5/pecl-ssh2/ChangeLog @@ -1,6 +1,9 @@ # 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.1 2009/08/11 17:11:32 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.2 2009/10/15 11:56:51 maekke Exp $ + + 15 Oct 2009; Markus Meier <maekke@gentoo.org> pecl-ssh2-0.11.0.ebuild: + amd64/x86 stable, bug #288070 *pecl-ssh2-0.11.0 (11 Aug 2009) diff --git a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild index 30b99bffba74..2604745a9555 100644 --- a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild +++ b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.ebuild,v 1.1 2009/08/11 17:11:32 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild,v 1.2 2009/10/15 11:56:51 maekke 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}" |