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:20
Message-Id: 1624253902.ef55991a3adb15358e6d6748b8f037c175283b86.sam@gentoo
1 commit: ef55991a3adb15358e6d6748b8f037c175283b86
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:38:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:38:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef55991a
7
8 linux-mod.eclass: fix @SUPPORTED_EAPIS eclassdoc
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/linux-mod.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
16 index 10a8413357a..e87c5ec0cdb 100644
17 --- a/eclass/linux-mod.eclass
18 +++ b/eclass/linux-mod.eclass
19 @@ -7,8 +7,8 @@
20 # @AUTHOR:
21 # John Mylchreest <johnm@g.o>,
22 # Stefan Schweizer <genstef@g.o>
23 -# @BLURB: It provides the functionality required to install external modules against a kernel source tree.
24 # @SUPPORTED_EAPIS: 5 6 7
25 +# @BLURB: It provides the functionality required to install external modules against a kernel source tree.
26 # @DESCRIPTION:
27 # This eclass is used to interface with linux-info.eclass in such a way
28 # to provide the functionality and initial functions