diff options
author | 2024-12-28 14:50:50 +0000 | |
---|---|---|
committer | 2024-12-28 14:51:29 +0000 | |
commit | f198fe992017f2fde6d1ad6c9a99a1e5c76cfb50 (patch) | |
tree | 4eb93a8f789e487f15e962f14a96e36168a71cdd /eclass | |
parent | dev-ruby/syslog: new package, add 0.2.0 (diff) | |
download | gentoo-f198fe992017f2fde6d1ad6c9a99a1e5c76cfb50.tar.gz gentoo-f198fe992017f2fde6d1ad6c9a99a1e5c76cfb50.tar.bz2 gentoo-f198fe992017f2fde6d1ad6c9a99a1e5c76cfb50.zip |
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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mono-env.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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. |