diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-03 10:21:54 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-03 10:21:54 +0200 |
commit | 56fc35caaf60a5d50a6025b1069dcb2ff021937c (patch) | |
tree | d2fd37664dba50a05c9105e5b48234798fb25663 /dev-libs/tree-sitter | |
parent | dev-libs/tree-sitter: Stabilize 0.20.8-r1 x86, #923625 (diff) | |
download | gentoo-56fc35caaf60a5d50a6025b1069dcb2ff021937c.tar.gz gentoo-56fc35caaf60a5d50a6025b1069dcb2ff021937c.tar.bz2 gentoo-56fc35caaf60a5d50a6025b1069dcb2ff021937c.zip |
dev-libs/tree-sitter: Stabilize 0.20.8-r1 amd64, #923625
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.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 969f4762c458..9a1014e25fc3 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" |