diff options
author | Matthew Smith <matthew@gentoo.org> | 2024-04-19 07:25:29 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2024-04-19 07:25:40 +0000 |
commit | ef15e7b40f4afb5e31b06eb163ab3e6a67027237 (patch) | |
tree | 46c23c726bedbf1d270491632102fcda184132ef /dev-libs | |
parent | dev-util/tree-sitter-cli: add 0.22.5 (diff) | |
download | gentoo-ef15e7b40f4afb5e31b06eb163ab3e6a67027237.tar.gz gentoo-ef15e7b40f4afb5e31b06eb163ab3e6a67027237.tar.bz2 gentoo-ef15e7b40f4afb5e31b06eb163ab3e6a67027237.zip |
dev-libs/tree-sitter: sync live ebuild
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/tree-sitter/tree-sitter-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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=( |