diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 15:21:02 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 15:21:02 +0000 |
commit | 52b21aacf57ec6cca825860445880f42d44dbdf3 (patch) | |
tree | 9a45880f704340a81f7806dbad5224b7ace25426 /dev-php5/pecl-ssh2 | |
parent | Stable on amd64 wrt bug #349659 (diff) | |
download | gentoo-2-52b21aacf57ec6cca825860445880f42d44dbdf3.tar.gz gentoo-2-52b21aacf57ec6cca825860445880f42d44dbdf3.tar.bz2 gentoo-2-52b21aacf57ec6cca825860445880f42d44dbdf3.zip |
Stable on amd64 wrt bug #349659
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-ssh2')
-rw-r--r-- | dev-php5/pecl-ssh2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/pecl-ssh2/ChangeLog b/dev-php5/pecl-ssh2/ChangeLog index 736c3ed3ac35..6c04ee813526 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.9 2011/01/04 08:31:32 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.10 2011/01/04 15:21:02 hwoarang Exp $ + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> + pecl-ssh2-0.11.2-r1.ebuild: + Stable on amd64 wrt bug #349659 04 Jan 2011; Christian Faulhammer <fauli@gentoo.org> pecl-ssh2-0.11.2-r1.ebuild: diff --git a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild index 65680855e6de..c290471b82f1 100644 --- a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild +++ b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.2-r1.ebuild,v 1.2 2011/01/04 08:31:32 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild,v 1.3 2011/01/04 15:21:02 hwoarang Exp $ EAPI=3 @@ -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}" |