From f198fe992017f2fde6d1ad6c9a99a1e5c76cfb50 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 28 Dec 2024 14:50:50 +0000 Subject: 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 --- eclass/mono-env.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') 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: # 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. -- cgit v1.2.3-65-gdbad