IIUC, the check for 4 is redundant here. See[1]
[1] https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/python-utils-r1.eclass#n23 On Mar 15, 2021, 00:43 +0800, Wolfgang E. Sanyer <wolfgangesan...@gmail.com>, wrote: > > [[ ${EAPI} != [45] ]] && die_args+=( -n ) > > Out of curiosity, why doesn't this check include EAPIs <4?