diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 06:38:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 06:38:29 +0100 |
commit | 5f1f870f36da4f0739058b1f36c939e7ec53f3b3 (patch) | |
tree | 6c7d60b4de598d867910708c063acc6d1dbcb7e6 | |
parent | mono.eclass: fix @SUPPORTED_EAPIS eclassdoc (diff) | |
download | gentoo-5f1f870f36da4f0739058b1f36c939e7ec53f3b3.tar.gz gentoo-5f1f870f36da4f0739058b1f36c939e7ec53f3b3.tar.bz2 gentoo-5f1f870f36da4f0739058b1f36c939e7ec53f3b3.zip |
mono-env.eclass: fix @SUPPORTED_EAPIS eclassdoc
Signed-off-by: Sam James <sam@gentoo.org>
-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 46a25fb98893..8cec214e615f 100644 --- a/eclass/mono-env.eclass +++ b/eclass/mono-env.eclass @@ -4,8 +4,8 @@ # @ECLASS: mono-env.eclass # @MAINTAINER: # maintainer-needed@gentoo.org -# @BLURB: Set environment variables commonly used by dotnet packages. # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: Set environment variables commonly used by dotnet packages. # @DESCRIPTION: # Set environment variables commonly used by dotnet packages. |