Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter/
Date: Sun, 25 Jul 2021 03:16:57
Message-Id: 1627182977.4dbbed180be21f92960db03e1c622860460ac11d.mattst88@gentoo
1 commit: 4dbbed180be21f92960db03e1c622860460ac11d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 02:43:46 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 03:16:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbbed18
7
8 dev-libs/tree-sitter: Keyword 0.20.0 alpha, #795276
9
10 Signed-off-by: Matt Turner <mattst88 <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 1e6295e06d4..0184b5e1d51 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="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
25 fi
26
27 LICENSE="MIT"