summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-04 13:32:31 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-04 13:35:34 +0200
commita1a0017b18cc99e4d4c4722082967abbcabdc806 (patch)
tree564b72a2d24c5f112327d4278bdf6c79354f7762 /sys-apps/pkgcore/pkgcore-9999.ebuild
parentdev-python/snakeoil: Bump to 0.9.7 (diff)
downloadgentoo-a1a0017b18cc99e4d4c4722082967abbcabdc806.tar.gz
gentoo-a1a0017b18cc99e4d4c4722082967abbcabdc806.tar.bz2
gentoo-a1a0017b18cc99e4d4c4722082967abbcabdc806.zip
sys-apps/pkgcore: Bump to 0.12.2
Closes: https://bugs.gentoo.org/806362 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/pkgcore/pkgcore-9999.ebuild')
-rw-r--r--sys-apps/pkgcore/pkgcore-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild
index be4a8d5836a1..5c7eeb03645d 100644
--- a/sys-apps/pkgcore/pkgcore-9999.ebuild
+++ b/sys-apps/pkgcore/pkgcore-9999.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_IN_SOURCE_BUILD=1
inherit distutils-r1
@@ -20,7 +21,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