commit:     4baf73b26c22496bc8baf258d74c3346b23c811d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  2 21:43:21 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  2 21:51:55 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4baf73b2

dev-util/pkgcheck: sync live

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/pkgcheck/pkgcheck-9999.ebuild | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild 
b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index ac92e1607145..37c83fe5ac47 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,17 +29,16 @@ if [[ ${PV} == *9999 ]]; then
                ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}]"
 else
        RDEPEND="
-               >=dev-python/snakeoil-0.10.11[${PYTHON_USEDEP}]
-               >=sys-apps/pkgcore-0.12.30[${PYTHON_USEDEP}]"
+               >=dev-python/snakeoil-0.11.0[${PYTHON_USEDEP}]
+               >=sys-apps/pkgcore-0.12.31[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="
        app-arch/zstd
-       >=dev-libs/tree-sitter-bash-0.21.0[python,${PYTHON_USEDEP}]
+       >=dev-libs/tree-sitter-bash-0.25.1[python,${PYTHON_USEDEP}]
        dev-python/chardet[${PYTHON_USEDEP}]
-       dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]
        dev-python/pathspec[${PYTHON_USEDEP}]
-       >=dev-python/tree-sitter-0.25.0[${PYTHON_USEDEP}]
+       >=dev-python/tree-sitter-0.25.2[${PYTHON_USEDEP}]
        emacs? (
                >=app-editors/emacs-24.1:*
                app-emacs/ebuild-mode
@@ -60,8 +59,6 @@ SITEFILE="50${PN}-gentoo.el"
 EPYTEST_PLUGINS=( pkgcore )
 distutils_enable_tests pytest
 
-export USE_SYSTEM_TREE_SITTER_BASH=1
-
 src_prepare() {
        distutils-r1_src_prepare
 

Reply via email to