summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-28 14:50:50 +0000
committerSam James <sam@gentoo.org>2024-12-28 14:51:29 +0000
commitf198fe992017f2fde6d1ad6c9a99a1e5c76cfb50 (patch)
tree4eb93a8f789e487f15e962f14a96e36168a71cdd /eclass
parentdev-ruby/syslog: new package, add 0.2.0 (diff)
downloadgentoo-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.eclass2
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.