commit: 157a5ad74aec7599e472fa0c00f837787edfd1b5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Aug 29 02:13:08 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 29 02:13:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157a5ad7
dev-python/tree-sitter: depend on tree-sitter-0.22* for 0.22.3 I get a bunch of test failures otherwise. Closes: https://bugs.gentoo.org/938593 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{tree-sitter-0.22.3.ebuild => tree-sitter-0.22.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tree-sitter/tree-sitter-0.22.3.ebuild b/dev-python/tree-sitter/tree-sitter-0.22.3-r1.ebuild similarity index 96% rename from dev-python/tree-sitter/tree-sitter-0.22.3.ebuild rename to dev-python/tree-sitter/tree-sitter-0.22.3-r1.ebuild index b1aa4f8a573d..98010805dfca 100644 --- a/dev-python/tree-sitter/tree-sitter-0.22.3.ebuild +++ b/dev-python/tree-sitter/tree-sitter-0.22.3-r1.ebuild @@ -25,7 +25,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" # setuptools is needed for distutils import -DEPEND=">=dev-libs/tree-sitter-0.22.1:=" +DEPEND="=dev-libs/tree-sitter-0.22*:=" RDEPEND="${DEPEND} $(python_gen_cond_dep ' dev-python/setuptools[${PYTHON_USEDEP}]
