diff options
author | Henry Chen <chenx97@aosc.io> | 2024-07-16 11:15:18 +0800 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-19 08:32:41 +0300 |
commit | c72ca8c5ca6031b8d23a4bec8dd9db94cdf5a71c (patch) | |
tree | a89ad54a953a6d255d203a9700e3223dba351c5c /dev-libs/tree-sitter | |
parent | dev-libs/tree-sitter-bash: keyword 0.21.0-r1 for ~mips (diff) | |
download | gentoo-c72ca8c5ca6031b8d23a4bec8dd9db94cdf5a71c.tar.gz gentoo-c72ca8c5ca6031b8d23a4bec8dd9db94cdf5a71c.tar.bz2 gentoo-c72ca8c5ca6031b8d23a4bec8dd9db94cdf5a71c.zip |
dev-libs/tree-sitter: keyword 0.22.6 for ~mips
Signed-off-by: Henry Chen <chenx97@aosc.io>
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.22.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tree-sitter/tree-sitter-0.22.6.ebuild b/dev-libs/tree-sitter/tree-sitter-0.22.6.ebuild index 6e504d18764c..c3ae4d33678e 100644 --- a/dev-libs/tree-sitter/tree-sitter-0.22.6.ebuild +++ b/dev-libs/tree-sitter/tree-sitter-0.22.6.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 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" fi LICENSE="MIT" |