diff options
author | Markus Meier <maekke@gentoo.org> | 2012-10-21 09:14:24 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-10-21 09:14:24 +0000 |
commit | 243e69665cdce2cc5b35dfbab0cca933d111ae0e (patch) | |
tree | 5f3f1416e384b69a06191cc65ac5fe7f5567d9b2 | |
parent | x86 stable, bug #427024 (diff) | |
download | gentoo-2-243e69665cdce2cc5b35dfbab0cca933d111ae0e.tar.gz gentoo-2-243e69665cdce2cc5b35dfbab0cca933d111ae0e.tar.bz2 gentoo-2-243e69665cdce2cc5b35dfbab0cca933d111ae0e.zip |
x86 stable, bug #427024
(Portage version: 2.1.11.29/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
-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 a3a762426399..a29b090e9027 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.6 2012/08/22 11:27:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.7 2012/10/21 09:14:24 maekke Exp $ + + 21 Oct 2012; Markus Meier <maekke@gentoo.org> pecl-ssh2-0.11.3-r1.ebuild: + x86 stable, bug #427024 22 Aug 2012; Agostino Sarubbo <ago@gentoo.org> pecl-ssh2-0.11.3-r1.ebuild: Stable for amd64, wrt bug #427024 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 67a37ce8b9b6..22bcd8eeb1ad 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.2 2012/08/22 11:27:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild,v 1.3 2012/10/21 09:14:24 maekke 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}" |