commit: 04c7f9e0557c0210814888bc1d7a0447af39830a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 2 21:39:18 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 2 21:51:54 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c7f9e0
sys-apps/pkgcore: sync live
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/pkgcore/pkgcore-9999.ebuild | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild
b/sys-apps/pkgcore/pkgcore-9999.ebuild
index 915105f6e041..b166d4889469 100644
--- a/sys-apps/pkgcore/pkgcore-9999.ebuild
+++ b/sys-apps/pkgcore/pkgcore-9999.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
@@ -23,18 +23,16 @@ LICENSE="BSD MIT"
SLOT="0"
if [[ ${PV} == *9999 ]]; then
- COMMON_DEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
+ RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
else
- COMMON_DEPEND=">=dev-python/snakeoil-0.10.11[${PYTHON_USEDEP}]"
+ RDEPEND=">=dev-python/snakeoil-0.11.0[${PYTHON_USEDEP}]"
fi
-RDEPEND="
- ${COMMON_DEPEND}
- >=app-shells/bash-5.2[readline]
+RDEPEND+="
+ >=app-shells/bash-5.3[readline]
dev-python/lxml[${PYTHON_USEDEP}]
"
-BDEPEND="
- ${COMMON_DEPEND}
+BDEPEND="${RDEPEND}
>=dev-python/flit-core-3.8[${PYTHON_USEDEP}]
test? (
dev-vcs/git