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: Mon, 12 Jul 2021 22:38:01
Message-Id: 1626129396.0581d35505faf5f193b05e7fe27b3f5155c97eb8.sam@gentoo
1 commit: 0581d35505faf5f193b05e7fe27b3f5155c97eb8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 22:36:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 22:36:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0581d355
7
8 dev-libs/tree-sitter: Stabilize 0.20.0 amd64, #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 5bd3990cffc..c833c07faff 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"