commit: e444d3bba79ca5de38006c6fc71c12794c8443bf Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 9 18:28:17 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Jul 9 18:28:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e444d3bb
dev-php/recaptcha: Stabilize 1.2.4 ALLARCHES, #908128 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-php/recaptcha/recaptcha-1.2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/recaptcha/recaptcha-1.2.4.ebuild b/dev-php/recaptcha/recaptcha-1.2.4.ebuild index de078821e3da..2d48efba7a19 100644 --- a/dev-php/recaptcha/recaptcha-1.2.4.ebuild +++ b/dev-php/recaptcha/recaptcha-1.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" RESTRICT="!test? ( test )"