Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter/
Date: Fri, 16 Jul 2021 21:44:39
Message-Id: 1626471843.e9b6481f36210a6092b6fcbdbe4f67935465c206.sam@gentoo
1 commit: e9b6481f36210a6092b6fcbdbe4f67935465c206
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 21:40:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 21:44:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b6481f
7
8 dev-libs/tree-sitter: Stabilize 0.20.0 arm, #801850
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild b/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild
16 index 7a5e0f79738..1e6295e06d4 100644
17 --- a/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild
18 +++ b/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
20 EGIT_REPO_URI="https://github.com/${PN}/${PN}"
21 else
22 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
24 + KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
25 fi
26
27 LICENSE="MIT"