diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-27 23:36:31 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-27 23:36:31 +0300 |
commit | e1d2a82f9067b874c26932149f1677f07c849626 (patch) | |
tree | 1f35f0704673e03f0332acea6d5ba555b64c468b /dev-libs/tree-sitter | |
parent | sys-apps/pkgcore: Stabilize 0.12.28 arm, #940349 (diff) | |
download | gentoo-e1d2a82f9067b874c26932149f1677f07c849626.tar.gz gentoo-e1d2a82f9067b874c26932149f1677f07c849626.tar.bz2 gentoo-e1d2a82f9067b874c26932149f1677f07c849626.zip |
dev-libs/tree-sitter: Stabilize 0.23.0 arm, #940349
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter')
-rw-r--r-- | dev-libs/tree-sitter/tree-sitter-0.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tree-sitter/tree-sitter-0.23.0.ebuild b/dev-libs/tree-sitter/tree-sitter-0.23.0.ebuild index 48f01971e806..950c2c472fee 100644 --- a/dev-libs/tree-sitter/tree-sitter-0.23.0.ebuild +++ b/dev-libs/tree-sitter/tree-sitter-0.23.0.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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" fi LICENSE="MIT" |