commit:     6bd66f82af3c4897cdf089f35832c651ab1febc4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  2 08:52:28 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  2 21:15:57 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd66f82

dev-util/pkgcheck: cap to <snakeoil-0.11

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

 .../{pkgcheck-0.10.37.ebuild => pkgcheck-0.10.37-r1.ebuild}         | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.37.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.37-r1.ebuild
similarity index 93%
rename from dev-util/pkgcheck/pkgcheck-0.10.37.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.10.37-r1.ebuild
index 5f9dcc737a42..ed7015236fc7 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.37.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.37-r1.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
@@ -30,7 +30,8 @@ if [[ ${PV} == *9999 ]]; then
 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.30[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="
        app-arch/zstd
@@ -49,6 +50,7 @@ RDEPEND+="
 BDEPEND="${RDEPEND}
        >=dev-python/flit-core-3.8[${PYTHON_USEDEP}]
        test? (
+               <app-shells/bash-5.3
                dev-python/pytest[${PYTHON_USEDEP}]
                dev-python/requests[${PYTHON_USEDEP}]
                dev-vcs/git

Reply via email to