diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-01-09 17:44:28 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-01-09 19:38:26 +0200 |
commit | b3b947a07aa6a3630438ef56395a68336089ae41 (patch) | |
tree | 5058b988a3102ef927cfa6d7c849dbcaace8cdee /dev-php | |
parent | dev-php/ca-bundle: keyword 1.3.1 for ~arm64 (diff) | |
download | gentoo-b3b947a07aa6a3630438ef56395a68336089ae41.tar.gz gentoo-b3b947a07aa6a3630438ef56395a68336089ae41.tar.bz2 gentoo-b3b947a07aa6a3630438ef56395a68336089ae41.zip |
dev-php/json-schema: keyword 5.2.11 for ~arm64
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/json-schema/json-schema-5.2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/json-schema/json-schema-5.2.11.ebuild b/dev-php/json-schema/json-schema-5.2.11.ebuild index ebc719f456ab..960e3c8a93da 100644 --- a/dev-php/json-schema/json-schema-5.2.11.ebuild +++ b/dev-php/json-schema/json-schema-5.2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/justinrainbow/json-schema/archive/${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" # Tests are not in the release tarball RESTRICT="test" |