diff options
author | Sam James <sam@gentoo.org> | 2024-01-22 04:57:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-22 04:57:55 +0000 |
commit | e5ab1a6dd23519cc109e0bd344cba760d9106b80 (patch) | |
tree | 8e3a130dd9596fa2df46c61bcf1e512e3581cc17 /dev-libs/tree-sitter-python | |
parent | dev-libs/tree-sitter-php: Stabilize 0.20.0 amd64, #922620 (diff) | |
download | gentoo-e5ab1a6dd23519cc109e0bd344cba760d9106b80.tar.gz gentoo-e5ab1a6dd23519cc109e0bd344cba760d9106b80.tar.bz2 gentoo-e5ab1a6dd23519cc109e0bd344cba760d9106b80.zip |
dev-libs/tree-sitter-python: Stabilize 0.20.4 amd64, #922620
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-python')
-rw-r--r-- | dev-libs/tree-sitter-python/tree-sitter-python-0.20.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/tree-sitter-python/tree-sitter-python-0.20.4.ebuild b/dev-libs/tree-sitter-python/tree-sitter-python-0.20.4.ebuild index 63630cddb34d..5cec91fee1f7 100644 --- a/dev-libs/tree-sitter-python/tree-sitter-python-0.20.4.ebuild +++ b/dev-libs/tree-sitter-python/tree-sitter-python-0.20.4.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,4 +10,4 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-python" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64" |