diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 06:38:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 06:38:27 +0100 |
commit | 1744fe92629acd512e54088a9dfaee69ab932a4c (patch) | |
tree | f9e3e13a96c0c17ce6cc85e8f16fd3014a7f38d2 /eclass/mono.eclass | |
parent | mercurial.eclass: fix @SUPPORTED_EAPIS eclassdoc (diff) | |
download | gentoo-1744fe92629acd512e54088a9dfaee69ab932a4c.tar.gz gentoo-1744fe92629acd512e54088a9dfaee69ab932a4c.tar.bz2 gentoo-1744fe92629acd512e54088a9dfaee69ab932a4c.zip |
mono.eclass: fix @SUPPORTED_EAPIS eclassdoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/mono.eclass')
-rw-r--r-- | eclass/mono.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mono.eclass b/eclass/mono.eclass index 744b8099fe17..ea0485746230 100644 --- a/eclass/mono.eclass +++ b/eclass/mono.eclass @@ -4,9 +4,9 @@ # @ECLASS: mono.eclass # @MAINTAINER: # maintainer-needed@gentoo.org +# @SUPPORTED_EAPIS: 7 # @BLURB: common settings and functions for mono and dotnet related packages # @DEPRECATED: mono-env -# @SUPPORTED_EAPIS: 7 # @DESCRIPTION: # The mono eclass contains common environment settings that are useful for # dotnet packages. Currently, it provides no functions, just exports |