--- eclass/multibuild.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass index 3115ac9..0bdbed1 100644 --- a/eclass/multibuild.eclass +++ b/eclass/multibuild.eclass @@ -146,6 +146,8 @@ multibuild_foreach_variant() { multibuild_parallel_foreach_variant() { debug-print-function ${FUNCNAME} "${@}" + [[ ${EAPI} == [45] ]] || die "${FUNCNAME} is banned in EAPI ${EAPI}" + multibuild_foreach_variant "${@}" } -- 2.6.3
- [gentoo-dev] [PATCH 03/29] python-utils-r1.eclass: Add miss... Michał Górny
- [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