commit: f198fe992017f2fde6d1ad6c9a99a1e5c76cfb50 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 28 14:50:50 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 28 14:51:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f198fe99
mono-env.eclass: fix @SUPPORTED_EAPIS I forgot to update this in 69a2292af3ff6086933650e3ffb59ef4e7e4acfc which added EAPI 8 support. Closes: https://bugs.gentoo.org/937112 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/mono-env.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mono-env.eclass b/eclass/mono-env.eclass index 5415a7043fed..2e19c0b744ee 100644 --- a/eclass/mono-env.eclass +++ b/eclass/mono-env.eclass @@ -4,7 +4,7 @@ # @ECLASS: mono-env.eclass # @MAINTAINER: # [email protected] -# @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.
