diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2019-02-28 22:28:00 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-02-28 22:28:00 -0500 |
commit | 04c03080d70a094d2bbb674f9b011b8da1df8a3b (patch) | |
tree | 0af0eb0cdabca1cc2ad50206a8b6409339d0c7f3 /dev-php | |
parent | dev-libs/gjs: bump to 1.52.5 (diff) | |
download | gentoo-04c03080d70a094d2bbb674f9b011b8da1df8a3b.tar.gz gentoo-04c03080d70a094d2bbb674f9b011b8da1df8a3b.tar.bz2 gentoo-04c03080d70a094d2bbb674f9b011b8da1df8a3b.zip |
dev-php/recaptcha: stabilize v1.2.1 on amd64.
I'm not sure what happened on bug 678720... this was supposed to be
stabilized on amd64 already. But in any case, it was stabilized on x86
and marked ALLARCHES. Moreover, I actually use it on amd64. All is well.
Bug: https://bugs.gentoo.org/678720
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/recaptcha/recaptcha-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/recaptcha/recaptcha-1.2.1.ebuild b/dev-php/recaptcha/recaptcha-1.2.1.ebuild index b7ba445b7d3f..bcba673ab3c4 100644 --- a/dev-php/recaptcha/recaptcha-1.2.1.ebuild +++ b/dev-php/recaptcha/recaptcha-1.2.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="examples test" RDEPEND="dev-lang/php" |