diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-03 13:39:28 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-03 13:39:28 +0200 |
commit | 8a0f381be788f4d8f05e48f67767651f19ee5c50 (patch) | |
tree | e51f86638c678bdb350fb36b6d84a1a1d9afee9f /dev-libs/tree-sitter-json | |
parent | dev-libs/tree-sitter-jsdoc: Stabilize 0.19.0 amd64, #884119 (diff) | |
download | gentoo-8a0f381be788f4d8f05e48f67767651f19ee5c50.tar.gz gentoo-8a0f381be788f4d8f05e48f67767651f19ee5c50.tar.bz2 gentoo-8a0f381be788f4d8f05e48f67767651f19ee5c50.zip |
dev-libs/tree-sitter-json: Stabilize 0.19.0 amd64, #884119
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-json')
-rw-r--r-- | dev-libs/tree-sitter-json/tree-sitter-json-0.19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/tree-sitter-json/tree-sitter-json-0.19.0.ebuild b/dev-libs/tree-sitter-json/tree-sitter-json-0.19.0.ebuild index ca446b8eaccb..6e3dc239628c 100644 --- a/dev-libs/tree-sitter-json/tree-sitter-json-0.19.0.ebuild +++ b/dev-libs/tree-sitter-json/tree-sitter-json-0.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,4 +10,4 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-json" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" |