commit:     1dca875c4055950289e79cd6bbea8b7a3c0ee6ca
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  2 08:48:38 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  2 21:05:57 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dca875c

sys-apps/pkgcore: cap to <snakeoil-0.11

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

 .../pkgcore/{pkgcore-0.12.30.ebuild => pkgcore-0.12.30-r1.ebuild}    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-apps/pkgcore/pkgcore-0.12.30.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.30-r1.ebuild
similarity index 87%
rename from sys-apps/pkgcore/pkgcore-0.12.30.ebuild
rename to sys-apps/pkgcore/pkgcore-0.12.30-r1.ebuild
index 5b82bb85e1ea..eb767c44b2bd 100644
--- a/sys-apps/pkgcore/pkgcore-0.12.30.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.30-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
@@ -25,7 +25,8 @@ SLOT="0"
 if [[ ${PV} == *9999 ]]; then
        COMMON_DEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
 else
-       COMMON_DEPEND=">=dev-python/snakeoil-0.10.11[${PYTHON_USEDEP}]"
+       COMMON_DEPEND=">=dev-python/snakeoil-0.10.11[${PYTHON_USEDEP}]
+               <dev-python/snakeoil-0.11.0[${PYTHON_USEDEP}]"
 fi
 
 RDEPEND="

Reply via email to