diff options
-rw-r--r-- | eclass/distutils-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 68151afae52d..202b47757a64 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -44,10 +44,10 @@ # https://wiki.gentoo.org/wiki/Project:Python/distutils-r1 case "${EAPI:-0}" in - 0|1|2|3) + 0|1|2|3|4) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; - 4|5|6) + 5|6) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" |