---
eclass/python-r1.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index d3b4f1d..1531442 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-r1.eclass
@@ -526,6 +526,8 @@ python_foreach_impl() {
python_parallel_foreach_impl() {
debug-print-function ${FUNCNAME} "${@}"
+ [[ ${EAPI} == [45] ]] || die "${FUNCNAME} is banned in EAPI ${EAPI}"
+
if [[ ! ${_PYTHON_PARALLEL_WARNED} ]]; then
eqawarn "python_parallel_foreach_impl() is no longer
meaningful. All runs"
eqawarn "are non-parallel now. Please replace the call with
python_foreach_impl."
--
2.6.3- [gentoo-dev] [PATCH 06/29] python-utils-r1.eclass: Ban inst... Michał Górny
- [gentoo-dev] [PATCH 08/29] python-utils-r1.eclass: Remove u... Michał Górny
- [gentoo-dev] [PATCH 09/29] python-utils-r1.eclass: Support ... Michał Górny
- [gentoo-dev] [PATCH 10/29] python-utils-r1.eclass: Make her... Michał Górny
- [gentoo-dev] [PATCH 12/29] python-utils-r1.eclass: Enable E... Michał Górny
- [gentoo-dev] [PATCH 07/29] python-utils-r1.eclass: Make pyt... Michał Górny
- [gentoo-dev] [PATCH 11/29] python-utils-r1.eclass: Move ||d... Michał Górny
- [gentoo-dev] [PATCH 13/29] python-any-r1.eclass: Enable EAP... Michał Górny
- [gentoo-dev] [PATCH 14/29] python-single-r1.eclass: Enable ... Michał Górny
- [gentoo-dev] [PATCH 15/29] multibuild.eclass: Ban multibuil... Michał Górny
- [gentoo-dev] [PATCH 17/29] python-r1.eclass: Ban python_par... Michał Górny
- [gentoo-dev] [PATCH 18/29] python-r1.eclass: Ban python_exp... Michał Górny
- [gentoo-dev] [PATCH 16/29] multibuild.eclass: Enable EAPI 6 Michał Górny
- [gentoo-dev] [PATCH 20/29] python-r1.eclass: Enable EAPI 6 Michał Górny
- [gentoo-dev] [PATCH 19/29] python-r1.eclass: Fix missing ex... Michał Górny
- [gentoo-dev] [PATCH 23/29] distutils-r1.eclass: Ban no-op d... Michał Górny
- [gentoo-dev] [PATCH 22/29] distutils-r1.eclass: Use default... Michał Górny
- [gentoo-dev] [PATCH 24/29] distutils-r1.eclass: Make pypy/s... Michał Górny
- [gentoo-dev] [PATCH 21/29] distutils-r1.eclass: esetup.py, ... Michał Górny
- [gentoo-dev] [PATCH 26/29] distutils-r1.eclass: Ban DISTUTI... Michał Górny
- [gentoo-dev] [PATCH 27/29] distutils-r1.eclass: Make defaul... Michał Górny
