From a32e57790ec7e8ece47f305392b85e3ef3d2a436 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 17 Feb 2017 21:00:42 +0100 Subject: python-single-r1.eclass: Remove EAPI=4 exceptions --- eclass/python-single-r1.eclass | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'eclass') diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index 16102816f148..db08cab1e85c 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-r1.eclass @@ -32,29 +32,9 @@ # https://wiki.gentoo.org/wiki/Project:Python/python-single-r1 case "${EAPI:-0}" in - 0|1|2|3) + 0|1|2|3|4) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; - 4) - # EAPI=4 is only allowed on legacy packages - if [[ ${CATEGORY}/${P} == app-arch/threadzip-1.2 ]]; then - : - elif [[ ${CATEGORY}/${P} == media-libs/lv2-1.8.0 ]]; then - : - elif [[ ${CATEGORY}/${P} == media-libs/lv2-1.10.0 ]]; then - : - elif [[ ${CATEGORY}/${P} == sys-apps/paludis-1* ]]; then - : - elif [[ ${CATEGORY}/${P} == sys-apps/paludis-2.[02].0 ]]; then - : - elif [[ ${CATEGORY}/${P} == sys-apps/util-linux-2.2[456]* ]]; then - : - elif [[ ${CATEGORY}/${P} == */gdb-7.[78]* ]]; then - : - else - die "Unsupported EAPI=${EAPI:-4} (too old, allowed only on restricted set of packages) for ${ECLASS}" - fi - ;; 5|6) # EAPI=5 is required for sane USE_EXPAND dependencies ;; -- cgit v1.2.3-65-gdbad