diff options
author | Sam James <sam@gentoo.org> | 2024-02-03 06:55:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-03 06:55:06 +0000 |
commit | 1049c8295c486862a90394e924c7f79a72d17379 (patch) | |
tree | 63b0427b5982d57582cbe5e550c646b98b6adda8 /dev-libs/tree-sitter | |
parent | media-libs/libplacebo: Stabilize 6.338.2 arm64, #923570 (diff) | |
download | gentoo-1049c8295c486862a90394e924c7f79a72d17379.tar.gz gentoo-1049c8295c486862a90394e924c7f79a72d17379.tar.bz2 gentoo-1049c8295c486862a90394e924c7f79a72d17379.zip |
dev-libs/tree-sitter: Stabilize 0.20.8-r1 arm64, #923625
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter')
-rw-r--r-- | dev-libs/tree-sitter/tree-sitter-0.20.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tree-sitter/tree-sitter-0.20.8-r1.ebuild b/dev-libs/tree-sitter/tree-sitter-0.20.8-r1.ebuild index 1e1b8f0f0287..bd0a99f621b9 100644 --- a/dev-libs/tree-sitter/tree-sitter-0.20.8-r1.ebuild +++ b/dev-libs/tree-sitter/tree-sitter-0.20.8-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/${PN}/${PN}" else SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos" fi LICENSE="MIT" |