diff options
author | Sam James <sam@gentoo.org> | 2021-07-16 22:40:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-16 22:44:03 +0100 |
commit | e9b6481f36210a6092b6fcbdbe4f67935465c206 (patch) | |
tree | 265bc0141c8569487d041b1569c852e37206d9ca /dev-libs/tree-sitter | |
parent | dev-python/tree-sitter: Stabilize 0.19.0_p20210506-r1 arm, #801850 (diff) | |
download | gentoo-e9b6481f36210a6092b6fcbdbe4f67935465c206.tar.gz gentoo-e9b6481f36210a6092b6fcbdbe4f67935465c206.tar.bz2 gentoo-e9b6481f36210a6092b6fcbdbe4f67935465c206.zip |
dev-libs/tree-sitter: Stabilize 0.20.0 arm, #801850
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.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild b/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild index 7a5e0f797384..1e6295e06d4b 100644 --- a/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild +++ b/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/${PN}/${PN}" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86" + KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86" fi LICENSE="MIT" |