commit: 0148c8925bc9f84298fdd5c704ec4b49126f40c9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 06:16:52 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 06:21:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0148c892
sys-apps/pkgcore: Add an explicit dep on bash-5.0+
EAPI 8 support requires bash-5.0+ to be present. For this reason,
pkgcore explicitly refuses to run on systems with older bash. Add a dep
to ensure that everything keeps working.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-apps/pkgcore/{pkgcore-0.12.1.ebuild => pkgcore-0.12.1-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-apps/pkgcore/pkgcore-0.12.1.ebuild
b/sys-apps/pkgcore/pkgcore-0.12.1-r1.ebuild
similarity index 93%
rename from sys-apps/pkgcore/pkgcore-0.12.1.ebuild
rename to sys-apps/pkgcore/pkgcore-0.12.1-r1.ebuild
index 1f9f32fa44e..7b0ac140b60 100644
--- a/sys-apps/pkgcore/pkgcore-0.12.1.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.1-r1.ebuild
@@ -20,7 +20,9 @@ HOMEPAGE="https://github.com/pkgcore/pkgcore"
LICENSE="BSD MIT"
SLOT="0"
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"
+RDEPEND="
+ >=app-shells/bash-5.0
+ dev-python/lxml[${PYTHON_USEDEP}]"
if [[ ${PV} == *9999 ]]; then
RDEPEND+=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
else