diff options
author | Sam James <sam@gentoo.org> | 2024-01-22 04:57:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-22 04:57:54 +0000 |
commit | bf191b4722b2256b0db79f2134dc09885cd93abd (patch) | |
tree | 393c05c99abb4ca465a1ba6f50ddeb0a8acd3446 /dev-libs/tree-sitter-ocaml | |
parent | dev-libs/tree-sitter-meta: Stabilize 1-r4 amd64, #922620 (diff) | |
download | gentoo-bf191b4722b2256b0db79f2134dc09885cd93abd.tar.gz gentoo-bf191b4722b2256b0db79f2134dc09885cd93abd.tar.bz2 gentoo-bf191b4722b2256b0db79f2134dc09885cd93abd.zip |
dev-libs/tree-sitter-ocaml: Stabilize 0.20.4 amd64, #922620
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-ocaml')
-rw-r--r-- | dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.20.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.20.4.ebuild b/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.20.4.ebuild index ac6d9d2c1590..263b5edbc896 100644 --- a/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.20.4.ebuild +++ b/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-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,6 +10,6 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-ocaml" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" S="${WORKDIR}/${P}/ocaml/src" |