diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-01-09 17:52:13 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-01-09 19:38:27 +0200 |
commit | e3a251b5c04505a99549f9a1a993ebce5dfc6e8d (patch) | |
tree | d842ef935b320ab39ce24bd7c040401d57bbc48c /dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild | |
parent | dev-php/symfony-event-dispatcher: keyword 2.8.50 for ~arm64 (diff) | |
download | gentoo-e3a251b5c04505a99549f9a1a993ebce5dfc6e8d.tar.gz gentoo-e3a251b5c04505a99549f9a1a993ebce5dfc6e8d.tar.bz2 gentoo-e3a251b5c04505a99549f9a1a993ebce5dfc6e8d.zip |
dev-php/jsonlint: keyword 1.8.3-r1 for ~arm64
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild')
-rw-r--r-- | dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild b/dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild index 55d83a4e8228..ca9fd6316146 100644 --- a/dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild +++ b/dev-php/jsonlint/jsonlint-1.8.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 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/Seldaek/jsonlint/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="" BDEPEND="dev-php/theseer-Autoload" |