commit: e688697b86bfb07a7280dfa11c94af143e36c0eb
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 07:58:07 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 07:58:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e688697b
dev-util/pkgcheck: cap tree-sitter version
Currently broken with dev-python/tree-sitter-0.23.0.
Most likely the fix is simple, but I'm too tired now to fix upstream
code.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../pkgcheck/{pkgcheck-0.10.30.ebuild => pkgcheck-0.10.30-r1.ebuild} | 1 +
dev-util/pkgcheck/pkgcheck-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-util/pkgcheck/pkgcheck-0.10.30.ebuild
b/dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild
similarity index 97%
rename from dev-util/pkgcheck/pkgcheck-0.10.30.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild
index 7b1c7d6a3044..012ec9c2756e 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.30.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild
@@ -39,6 +39,7 @@ RDEPEND+="
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pathspec[${PYTHON_USEDEP}]
>=dev-python/tree-sitter-0.22.0[${PYTHON_USEDEP}]
+ <dev-python/tree-sitter-0.23.0[${PYTHON_USEDEP}]
emacs? (
>=app-editors/emacs-24.1:*
app-emacs/ebuild-mode
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild
b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index cb978064beda..00c68119471c 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -39,6 +39,7 @@ RDEPEND+="
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pathspec[${PYTHON_USEDEP}]
>=dev-python/tree-sitter-0.22.0[${PYTHON_USEDEP}]
+ <dev-python/tree-sitter-0.23.0[${PYTHON_USEDEP}]
emacs? (
>=app-editors/emacs-24.1:*
app-emacs/ebuild-mode