diff options
author | 2012-08-22 11:29:31 +0000 | |
---|---|---|
committer | 2012-08-22 11:29:31 +0000 | |
commit | c627561fd512390fa25c035110edb930a02153e7 (patch) | |
tree | d0180ab94962e1b5374139917db581bb47104b3d /dev-php/pecl-ssh2 | |
parent | Stable for amd64, wrt bug #427024 (diff) | |
download | historical-c627561fd512390fa25c035110edb930a02153e7.tar.gz historical-c627561fd512390fa25c035110edb930a02153e7.tar.bz2 historical-c627561fd512390fa25c035110edb930a02153e7.zip |
Stable for amd64, wrt bug #427024
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-php/pecl-ssh2')
-rw-r--r-- | dev-php/pecl-ssh2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild | 4 |
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}" |