commit: ef15e7b40f4afb5e31b06eb163ab3e6a67027237 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Fri Apr 19 07:25:29 2024 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Fri Apr 19 07:25:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef15e7b4
dev-libs/tree-sitter: sync live ebuild Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-libs/tree-sitter/tree-sitter-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/tree-sitter/tree-sitter-9999.ebuild b/dev-libs/tree-sitter/tree-sitter-9999.ebuild index db60d1726316..178a494dffc9 100644 --- a/dev-libs/tree-sitter/tree-sitter-9999.ebuild +++ b/dev-libs/tree-sitter/tree-sitter-9999.ebuild @@ -16,7 +16,10 @@ else fi LICENSE="MIT" -SLOT="0" +# ABI is not stable. Revisit after tree-sitter-1.0. +# https://bugs.gentoo.org/930039 +# https://github.com/tree-sitter/tree-sitter/pull/3302 +SLOT="0/${PV}" RESTRICT="test" # tests are for CLI and not the lib PATCHES=(
