eclass/readme.gentoo-r1: Sync with Gentoo

It's from Gentoo commit 1a99e837bd683a50583c7a6a83bae5ad918cec74.
This commit is contained in:
Flatcar Buildbot 2024-09-16 07:14:11 +00:00 committed by Krzesimir Nowak
parent f2bec42364
commit bb21b72e3d

View File

@ -21,7 +21,11 @@ if [[ -z ${_README_GENTOO_ECLASS} ]]; then
_README_GENTOO_ECLASS=1
case ${EAPI} in
6|7|8) ;;
6)
ewarn "${CATEGORY}/${PF}: ebuild uses ${ECLASS} with deprecated EAPI ${EAPI}!"
ewarn "${CATEGORY}/${PF}: Support will be removed on 2024-10-08. Please port to newer EAPI."
;;
7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac