diff options
author | 2022-12-03 13:39:29 +0200 | |
---|---|---|
committer | 2022-12-03 13:39:29 +0200 | |
commit | c088b1a3e1b96a14a8e1e6826a4bffafbc3a5433 (patch) | |
tree | c41998619fd415e4ecc9a94a768132eab58ec005 /dev-libs/tree-sitter-ocaml | |
parent | dev-libs/tree-sitter-julia: Stabilize 0.19.0 amd64, #884119 (diff) | |
download | gentoo-c088b1a3e1b96a14a8e1e6826a4bffafbc3a5433.tar.gz gentoo-c088b1a3e1b96a14a8e1e6826a4bffafbc3a5433.tar.bz2 gentoo-c088b1a3e1b96a14a8e1e6826a4bffafbc3a5433.zip |
dev-libs/tree-sitter-ocaml: Stabilize 0.19.0 amd64, #884119
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-ocaml')
-rw-r--r-- | dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild b/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild index adc64bb944d1..41143977b462 100644 --- a/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild +++ b/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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" |