mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 23:16:58 +02:00
eclass/gnuconfig: Sync with Gentoo
It's from Gentoo commit 68d008b9a227583b6261e7f2130d9cc9b9feb4f1.
This commit is contained in:
parent
37f2f56f70
commit
0e1b2c1de4
@ -16,14 +16,18 @@
|
||||
# other files that come with automake, e.g. depcomp, mkinstalldirs, etc.
|
||||
#
|
||||
|
||||
case ${EAPI:-0} in
|
||||
6|7|8) ;;
|
||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||
esac
|
||||
|
||||
if [[ -z ${_GNUCONFIG_ECLASS} ]] ; then
|
||||
_GNUCONFIG_CLASS=1
|
||||
|
||||
case ${EAPI} in
|
||||
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
|
||||
|
||||
# @ECLASS_VARIABLE: GNUCONFIG_DEPEND
|
||||
# @OUTPUT_VARIABLE
|
||||
# @DESCRIPTION:
|
||||
|
Loading…
Reference in New Issue
Block a user