Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter/
Date: Mon, 28 Feb 2022 10:15:26
Message-Id: 1646043317.c27a0a3999b2d0c4f171829c13882f4cba07b9f1.ago@gentoo
1 commit: c27a0a3999b2d0c4f171829c13882f4cba07b9f1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 10:15:17 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 10:15:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27a0a39
7
8 dev-libs/tree-sitter: x86 stable wrt bug #834133
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-libs/tree-sitter/tree-sitter-0.20.2-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/tree-sitter/tree-sitter-0.20.2-r1.ebuild b/dev-libs/tree-sitter/tree-sitter-0.20.2-r1.ebuild
18 index 5886ffe6ff02..a0fdbbbbccb0 100644
19 --- a/dev-libs/tree-sitter/tree-sitter-0.20.2-r1.ebuild
20 +++ b/dev-libs/tree-sitter/tree-sitter-0.20.2-r1.ebuild
21 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
22 EGIT_REPO_URI="https://github.com/${PN}/${PN}"
23 else
24 SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
26 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
27 fi
28
29 LICENSE="MIT"