Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/
Date: Tue, 03 Nov 2015 16:18:47
Message-Id: 1446567469.25c4e24734c30121f3d4b86aa064203002fe49e8.ago@gentoo
1 commit: 25c4e24734c30121f3d4b86aa064203002fe49e8
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 16:17:49 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 16:17:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c4e247
7
8 dev-php/pecl-ssh2: x86 stable wrt bug #561640
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="x86"
12
13 dev-php/pecl-ssh2/pecl-ssh2-0.12-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r3.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.12-r3.ebuild
17 index ff3a161..caebca5 100644
18 --- a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r3.ebuild
19 +++ b/dev-php/pecl-ssh2/pecl-ssh2-0.12-r3.ebuild
20 @@ -16,6 +16,6 @@ DESCRIPTION="PHP bindings for the libssh2 library"
21 LICENSE="PHP-3.01"
22 SLOT="0"
23 IUSE=""
24 -KEYWORDS="amd64 ~x86"
25 +KEYWORDS="amd64 x86"
26 DEPEND=">=net-libs/libssh2-1.2"
27 RDEPEND="${DEPEND}"