diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-07-23 09:43:58 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-07-23 09:43:58 -0400 |
commit | dcd3787308aa9bed2a430d3301ca6bd87fe4320b (patch) | |
tree | 1a12741be83369d45e1ece8e5aad3f6000db070a /dev-php/recaptcha | |
parent | app-i18n/libskk: fix src_test (diff) | |
download | gentoo-dcd3787308aa9bed2a430d3301ca6bd87fe4320b.tar.gz gentoo-dcd3787308aa9bed2a430d3301ca6bd87fe4320b.tar.bz2 gentoo-dcd3787308aa9bed2a430d3301ca6bd87fe4320b.zip |
dev-php/recaptcha: mark stable on amd64 and x86 (maintainer tested).
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-php/recaptcha')
-rw-r--r-- | dev-php/recaptcha/recaptcha-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/recaptcha/recaptcha-1.1.3.ebuild b/dev-php/recaptcha/recaptcha-1.1.3.ebuild index a93e76e4cde0..c91f2b60d6f1 100644 --- a/dev-php/recaptcha/recaptcha-1.1.3.ebuild +++ b/dev-php/recaptcha/recaptcha-1.1.3.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" DEPEND="test? ( dev-php/phpunit )" |