mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
eclass/mono-env: Sync with Gentoo
It's from Gentoo commit f1b0f54fd98efd544d68d532dbcf4fe6182e3b19.
This commit is contained in:
parent
348f47eb8f
commit
fafb1d9195
@ -4,7 +4,7 @@
|
||||
# @ECLASS: mono-env.eclass
|
||||
# @MAINTAINER:
|
||||
# maintainer-needed@gentoo.org
|
||||
# @SUPPORTED_EAPIS: 6 7
|
||||
# @SUPPORTED_EAPIS: 7
|
||||
# @BLURB: Set environment variables commonly used by dotnet packages.
|
||||
# @DESCRIPTION:
|
||||
# Set environment variables commonly used by dotnet packages.
|
||||
@ -13,10 +13,6 @@ if [[ -z ${_MONO_ENV_ECLASS} ]] ; then
|
||||
_MONO_ENV_ECLASS=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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user