From d0be0c44adf5e072fb08a64f94acbce486777c6a Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 2 Jun 2025 08:59:08 +0300 Subject: [PATCH] sys-apps/pkgcore: (sync live) Signed-off-by: Arthur Zamarin --- sys-apps/pkgcore/pkgcore-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index aafbb6c3dbf80..915105f6e041d 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then @@ -25,12 +25,12 @@ SLOT="0" if [[ ${PV} == *9999 ]]; then COMMON_DEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]" else - COMMON_DEPEND=">=dev-python/snakeoil-0.10.7[${PYTHON_USEDEP}]" + COMMON_DEPEND=">=dev-python/snakeoil-0.10.11[${PYTHON_USEDEP}]" fi RDEPEND=" ${COMMON_DEPEND} - >=app-shells/bash-5.1[readline] + >=app-shells/bash-5.2[readline] dev-python/lxml[${PYTHON_USEDEP}] " BDEPEND="