summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-08-19 10:03:32 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-08-19 10:05:02 +0300
commitaba9bc8387665d8edaa28639d869a410b5eca437 (patch)
treedc99aa88cca7e658cc205190c2c5304466b2c679
parentdev-util/pkgcheck: drop 0.10.24 (diff)
downloadgentoo-aba9bc8387665d8edaa28639d869a410b5eca437.tar.gz
gentoo-aba9bc8387665d8edaa28639d869a410b5eca437.tar.bz2
gentoo-aba9bc8387665d8edaa28639d869a410b5eca437.zip
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@gentoo.org>
-rw-r--r--dev-util/pkgcheck/pkgcheck-0.10.25-r1.ebuild (renamed from dev-util/pkgcheck/pkgcheck-0.10.25.ebuild)2
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild2
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
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}]