Signed-off-by: David Seifert <s...@gentoo.org> --- eclass/mono-env.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/mono-env.eclass b/eclass/mono-env.eclass index 48712587ff3e..263bc9b7ad29 100644 --- a/eclass/mono-env.eclass +++ b/eclass/mono-env.eclass @@ -1,16 +1,16 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: mono-env.eclass # @MAINTAINER: # maintainer-nee...@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. case ${EAPI} in - 6|7) ;; + 7) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -- 2.46.0