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

/usr/portage/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.20.3.ebuild 2023-10-09 14:52:29.764368357 +0300
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

  
12 8
DESCRIPTION="C++ grammar for Tree-sitter"
13 9
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
16 10

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

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