commit:     aba9bc8387665d8edaa28639d869a410b5eca437
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 07:03:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 07:05:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba9bc83

dev-util/pkgcheck: limit dev-libs/tree-sitter-bash version

The new 0.20.0 dev-libs/tree-sitter-bash version (young release,
still not in gentoo) causes huge memory leak in pkgcheck.
Investigation in progress, until then limit for now to not cause
breakage.

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

 .../pkgcheck/{pkgcheck-0.10.25.ebuild => pkgcheck-0.10.25-r1.ebuild}    | 2 +-
 dev-util/pkgcheck/pkgcheck-9999.ebuild                                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.25.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.25-r1.ebuild
similarity index 98%
rename from dev-util/pkgcheck/pkgcheck-0.10.25.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.10.25-r1.ebuild
index 8ffc6915b783..1fab10b785fe 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.25.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.25-r1.ebuild
@@ -34,7 +34,7 @@ else
 fi
 RDEPEND+="
        dev-libs/tree-sitter
-       dev-libs/tree-sitter-bash
+       <dev-libs/tree-sitter-bash-0.20.0
        dev-python/chardet[${PYTHON_USEDEP}]
        dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]

diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild 
b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 1727c0d298cd..c53659016c06 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -34,7 +34,7 @@ else
 fi
 RDEPEND+="
        dev-libs/tree-sitter
-       dev-libs/tree-sitter-bash
+       <dev-libs/tree-sitter-bash-0.20.0
        dev-python/chardet[${PYTHON_USEDEP}]
        dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]

Reply via email to