diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-04-12 02:19:02 -0400 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-12 09:25:12 +0300 |
commit | 279b4d0c6d0d63db07f8ac68fab5653c5dee92a1 (patch) | |
tree | 1066094958400c7691e2d46c8dc5a06b2bdfb579 /dev-libs/tree-sitter | |
parent | dev-python/aws-xray-sdk: Stabilize 2.13.0 ALLARCHES, #927431 (diff) | |
download | gentoo-279b4d0c6d0d63db07f8ac68fab5653c5dee92a1.tar.gz gentoo-279b4d0c6d0d63db07f8ac68fab5653c5dee92a1.tar.bz2 gentoo-279b4d0c6d0d63db07f8ac68fab5653c5dee92a1.zip |
dev-libs/tree-sitter: Stabilize 0.20.9-r1 hppa, #926765
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
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.20.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tree-sitter/tree-sitter-0.20.9-r1.ebuild b/dev-libs/tree-sitter/tree-sitter-0.20.9-r1.ebuild index 8d5a0cb48ed3..3c51e4f49aed 100644 --- a/dev-libs/tree-sitter/tree-sitter-0.20.9-r1.ebuild +++ b/dev-libs/tree-sitter/tree-sitter-0.20.9-r1.ebuild @@ -14,7 +14,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" |