diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-28 10:58:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-28 10:58:56 +0300 |
commit | e688697b86bfb07a7280dfa11c94af143e36c0eb (patch) | |
tree | dd141632da8adaf0827e3dff40c7db914b3ab65f /dev-util/pkgcheck/pkgcheck-9999.ebuild | |
parent | dev-util/pkgcheck: drop 0.10.27-r3, 0.10.28-r2 (diff) | |
download | gentoo-e688697b86bfb07a7280dfa11c94af143e36c0eb.tar.gz gentoo-e688697b86bfb07a7280dfa11c94af143e36c0eb.tar.bz2 gentoo-e688697b86bfb07a7280dfa11c94af143e36c0eb.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck/pkgcheck-9999.ebuild')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |