Diff tree-sitter-cpp-0.20.0 with a tree-sitter-cpp-0.20.0_p20230410

/usr/portage/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.20.0_p20230410.ebuild 2023-10-09 14:52:29.764368357 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
inherit tree-sitter-grammar
7 7

  
8
# Upstream has not created a release in a while, and there have been
9
# some changes that fix weirdness with Emacs tree-sitter-mode.
10
GIT_COMMIT="0b6d0eb9abdf7cea31961cd903eeed5bbd0aae74"
11

  
8 12
DESCRIPTION="C++ grammar for Tree-sitter"
9 13
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-cpp"
14
SRC_URI="https://github.com/tree-sitter/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
15
S="${WORKDIR}"/${PN}-${GIT_COMMIT}/src
10 16

  
11 17
LICENSE="MIT"
12 18
SLOT="0"
13
KEYWORDS="amd64"
19
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64"
14 20

  
15 21
# requires test data from tree-sitter-c
16 22
RESTRICT="test"
Thank you!