Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/recaptcha/
Date: Fri, 01 Mar 2019 03:48:57
Message-Id: 1551410880.04c03080d70a094d2bbb674f9b011b8da1df8a3b.mjo@gentoo
1 commit: 04c03080d70a094d2bbb674f9b011b8da1df8a3b
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 1 03:28:00 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 03:28:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c03080
7
8 dev-php/recaptcha: stabilize v1.2.1 on amd64.
9
10 I'm not sure what happened on bug 678720... this was supposed to be
11 stabilized on amd64 already. But in any case, it was stabilized on x86
12 and marked ALLARCHES. Moreover, I actually use it on amd64. All is well.
13
14 Bug: https://bugs.gentoo.org/678720
15 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
16 Package-Manager: Portage-2.3.51, Repoman-2.3.11
17
18 dev-php/recaptcha/recaptcha-1.2.1.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/dev-php/recaptcha/recaptcha-1.2.1.ebuild b/dev-php/recaptcha/recaptcha-1.2.1.ebuild
22 index b7ba445b7d3..bcba673ab3c 100644
23 --- a/dev-php/recaptcha/recaptcha-1.2.1.ebuild
24 +++ b/dev-php/recaptcha/recaptcha-1.2.1.ebuild
25 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~amd64 x86"
30 +KEYWORDS="amd64 x86"
31 IUSE="examples test"
32
33 RDEPEND="dev-lang/php"