diff options
author | Sam James <sam@gentoo.org> | 2024-01-22 04:57:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-22 04:57:46 +0000 |
commit | 932d20b7904787d901cc0184815894c5dda2cd1a (patch) | |
tree | ec404caee3306caf5642fe96be8dfce1186f1f86 /dev-libs/tree-sitter-c | |
parent | x11-themes/slim-themes: Stabilize 1.2.3a-r7 arm64, #922575 (diff) | |
download | gentoo-932d20b7904787d901cc0184815894c5dda2cd1a.tar.gz gentoo-932d20b7904787d901cc0184815894c5dda2cd1a.tar.bz2 gentoo-932d20b7904787d901cc0184815894c5dda2cd1a.zip |
dev-libs/tree-sitter-c: Stabilize 0.20.6 amd64, #922620
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-c')
-rw-r--r-- | dev-libs/tree-sitter-c/tree-sitter-c-0.20.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/tree-sitter-c/tree-sitter-c-0.20.6.ebuild b/dev-libs/tree-sitter-c/tree-sitter-c-0.20.6.ebuild index 5aa5533817ab..2a9f71629a50 100644 --- a/dev-libs/tree-sitter-c/tree-sitter-c-0.20.6.ebuild +++ b/dev-libs/tree-sitter-c/tree-sitter-c-0.20.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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-c" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64" |