mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
eclass/readme.gentoo-r1: Sync with Gentoo
It's from Gentoo commit 1a99e837bd683a50583c7a6a83bae5ad918cec74.
This commit is contained in:
parent
f2bec42364
commit
bb21b72e3d
@ -21,7 +21,11 @@ if [[ -z ${_README_GENTOO_ECLASS} ]]; then
|
|||||||
_README_GENTOO_ECLASS=1
|
_README_GENTOO_ECLASS=1
|
||||||
|
|
||||||
case ${EAPI} in
|
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" ;;
|
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user