commit: ef55991a3adb15358e6d6748b8f037c175283b86 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 05:38:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 05:38:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef55991a
linux-mod.eclass: fix @SUPPORTED_EAPIS eclassdoc Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/linux-mod.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 10a8413357a..e87c5ec0cdb 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -7,8 +7,8 @@ # @AUTHOR: # John Mylchreest <jo...@gentoo.org>, # Stefan Schweizer <gens...@gentoo.org> -# @BLURB: It provides the functionality required to install external modules against a kernel source tree. # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: It provides the functionality required to install external modules against a kernel source tree. # @DESCRIPTION: # This eclass is used to interface with linux-info.eclass in such a way # to provide the functionality and initial functions