mono-env.eclass: fix @SUPPORTED_EAPIS

I forgot to update this in 69a2292af3
which added EAPI 8 support.

Closes: https://bugs.gentoo.org/937112
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-12-28 14:50:50 +00:00
parent 374e2266bc
commit f198fe9920

View File

@@ -4,7 +4,7 @@
# @ECLASS: mono-env.eclass
# @MAINTAINER:
# maintainer-needed@gentoo.org
# @SUPPORTED_EAPIS: 7
# @SUPPORTED_EAPIS: 7 8
# @BLURB: Set environment variables commonly used by dotnet packages.
# @DESCRIPTION:
# Set environment variables commonly used by dotnet packages.