commit: b9adb9e76d8dc0a9e51e2c7ed6ac06297d9f5e6c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 06:32:01 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 06:48:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9adb9e7
sys-apps/pkgcore: sync live
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/pkgcore/pkgcore-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild
b/sys-apps/pkgcore/pkgcore-9999.ebuild
index 6258b5b378c7..c4ca4f9df592 100644
--- a/sys-apps/pkgcore/pkgcore-9999.ebuild
+++ b/sys-apps/pkgcore/pkgcore-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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.4[${PYTHON_USEDEP}]"
+ COMMON_DEPEND=">=dev-python/snakeoil-0.10.7[${PYTHON_USEDEP}]"
fi
RDEPEND="
${COMMON_DEPEND}
- >=app-shells/bash-5.0[readline]
+ >=app-shells/bash-5.1[readline]
dev-python/lxml[${PYTHON_USEDEP}]
"
BDEPEND="