Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 21 Jun 2021 05:39:21
Message-Id: 1624253909.5f1f870f36da4f0739058b1f36c939e7ec53f3b3.sam@gentoo
1 commit: 5f1f870f36da4f0739058b1f36c939e7ec53f3b3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:38:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:38:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1f870f
7
8 mono-env.eclass: fix @SUPPORTED_EAPIS eclassdoc
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/mono-env.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/mono-env.eclass b/eclass/mono-env.eclass
16 index 46a25fb9889..8cec214e615 100644
17 --- a/eclass/mono-env.eclass
18 +++ b/eclass/mono-env.eclass
19 @@ -4,8 +4,8 @@
20 # @ECLASS: mono-env.eclass
21 # @MAINTAINER:
22 # maintainer-needed@g.o
23 -# @BLURB: Set environment variables commonly used by dotnet packages.
24 # @SUPPORTED_EAPIS: 5 6 7
25 +# @BLURB: Set environment variables commonly used by dotnet packages.
26 # @DESCRIPTION:
27 # Set environment variables commonly used by dotnet packages.