From fcbb79699132efc69452a63025da0ddd1f52caf7 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Wed, 19 Feb 2025 17:02:24 +0200 Subject: [PATCH] dev-python/tree-sitter: fix stable-stable pairing with dev-libs/${PN} - Stable dev-python/tree-sitter (0.23.1) has a sed that's effective only against unstable dev-libs/tree-sitter (>0.25), but which in turn breaks the build when still using stable dev-libs/tree-sitter (<0.25). Apply a band-aid fix for now. Revbumped to prevent possible runtime issues. Signed-off-by: Joonas Niilola --- ...tree-sitter-0.23.1.ebuild => tree-sitter-0.23.1-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename dev-python/tree-sitter/{tree-sitter-0.23.1.ebuild => tree-sitter-0.23.1-r1.ebuild} (91%) diff --git a/dev-python/tree-sitter/tree-sitter-0.23.1.ebuild b/dev-python/tree-sitter/tree-sitter-0.23.1-r1.ebuild similarity index 91% rename from dev-python/tree-sitter/tree-sitter-0.23.1.ebuild rename to dev-python/tree-sitter/tree-sitter-0.23.1-r1.ebuild index 1cec9f1c06e05..7daad9224eb14 100644 --- a/dev-python/tree-sitter/tree-sitter-0.23.1.ebuild +++ b/dev-python/tree-sitter/tree-sitter-0.23.1-r1.ebuild @@ -25,7 +25,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" # setuptools is needed for distutils import -DEPEND=">=dev-libs/tree-sitter-0.24.0:=" +DEPEND="