diff options
author | 2024-05-18 14:56:29 +0300 | |
---|---|---|
committer | 2024-05-18 15:11:49 +0300 | |
commit | 202575d39c8966645763ea81c5b8b01e98444172 (patch) | |
tree | bcfa48a89b2639e069aadaf67e5539b53620c944 /dev-util | |
parent | dev-python/xmlsec: Remove old (diff) | |
download | gentoo-202575d39c8966645763ea81c5b8b01e98444172.tar.gz gentoo-202575d39c8966645763ea81c5b8b01e98444172.tar.bz2 gentoo-202575d39c8966645763ea81c5b8b01e98444172.zip |
dev-util/pkgcheck: add version cap on tree-sitter
Closes: https://bugs.gentoo.org/932093
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.10.27-r3.ebuild (renamed from dev-util/pkgcheck/pkgcheck-0.10.27-r2.ebuild) | 1 | ||||
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.10.28-r2.ebuild (renamed from dev-util/pkgcheck/pkgcheck-0.10.28-r1.ebuild) | 1 | ||||
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.10.29-r1.ebuild (renamed from dev-util/pkgcheck/pkgcheck-0.10.29.ebuild) | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.10.27-r2.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.27-r3.ebuild index a79aef63b1dc..458ca1eade32 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.27-r2.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.27-r3.ebuild @@ -44,6 +44,7 @@ RDEPEND+=" dev-python/lxml[${PYTHON_USEDEP}] dev-python/pathspec[${PYTHON_USEDEP}] >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}] + <dev-python/tree-sitter-0.22.0[${PYTHON_USEDEP}] emacs? ( >=app-editors/emacs-24.1:* app-emacs/ebuild-mode diff --git a/dev-util/pkgcheck/pkgcheck-0.10.28-r1.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.28-r2.ebuild index 469b16aee6a7..ae9618919930 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.28-r1.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.28-r2.ebuild @@ -40,6 +40,7 @@ RDEPEND+=" dev-python/lxml[${PYTHON_USEDEP}] dev-python/pathspec[${PYTHON_USEDEP}] >=dev-python/tree-sitter-0.20.4[${PYTHON_USEDEP}] + <dev-python/tree-sitter-0.22.0[${PYTHON_USEDEP}] emacs? ( >=app-editors/emacs-24.1:* app-emacs/ebuild-mode diff --git a/dev-util/pkgcheck/pkgcheck-0.10.29.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.29-r1.ebuild index b3dcde472fc6..17cf742ce7ef 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.29.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.29-r1.ebuild @@ -39,6 +39,7 @@ RDEPEND+=" dev-python/lxml[${PYTHON_USEDEP}] dev-python/pathspec[${PYTHON_USEDEP}] >=dev-python/tree-sitter-0.21.0[${PYTHON_USEDEP}] + <dev-python/tree-sitter-0.22.0[${PYTHON_USEDEP}] emacs? ( >=app-editors/emacs-24.1:* app-emacs/ebuild-mode |