diff options
author | Sam James <sam@gentoo.org> | 2024-01-22 04:57:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-22 04:57:48 +0000 |
commit | 2a972aa4ab064a2cffa2733fcf9fdca99e3fd539 (patch) | |
tree | 91f94d25742a3e1142285fba2d0e6534b588fc63 /dev-libs/tree-sitter-cpp | |
parent | dev-libs/tree-sitter-cmake: Stabilize 0.4.1 amd64, #922620 (diff) | |
download | gentoo-2a972aa4ab064a2cffa2733fcf9fdca99e3fd539.tar.gz gentoo-2a972aa4ab064a2cffa2733fcf9fdca99e3fd539.tar.bz2 gentoo-2a972aa4ab064a2cffa2733fcf9fdca99e3fd539.zip |
dev-libs/tree-sitter-cpp: Stabilize 0.20.3 amd64, #922620
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-cpp')
-rw-r--r-- | dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.20.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.20.3.ebuild b/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.20.3.ebuild index 57119f7c66b2..18804881eaed 100644 --- a/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.20.3.ebuild +++ b/dev-libs/tree-sitter-cpp/tree-sitter-cpp-0.20.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-cpp" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64" # requires test data from tree-sitter-c RESTRICT="test" |