diff options
author | Sam James <sam@gentoo.org> | 2024-01-22 04:57:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-22 04:57:58 +0000 |
commit | d8359a3581331702a5dced156bbace81c3225b84 (patch) | |
tree | 1404e1edf0c0a32e3f0e9580537e263baf31df0f /dev-libs/tree-sitter-typescript | |
parent | dev-libs/tree-sitter-scala: Stabilize 0.20.2 amd64, #922620 (diff) | |
download | gentoo-d8359a3581331702a5dced156bbace81c3225b84.tar.gz gentoo-d8359a3581331702a5dced156bbace81c3225b84.tar.bz2 gentoo-d8359a3581331702a5dced156bbace81c3225b84.zip |
dev-libs/tree-sitter-typescript: Stabilize 0.20.3 amd64, #922620
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-typescript')
-rw-r--r-- | dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.3.ebuild b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.3.ebuild index 9d07624d1e03..72a2b3dd5f81 100644 --- a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.3.ebuild +++ b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-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 @@ -11,4 +11,4 @@ S="${WORKDIR}"/${PN}-${PV}/typescript/src LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" |