commit: cdda918dcdc63772493222113f2891aa8baa5ff0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 2 09:19:40 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 2 18:08:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdda918d
linux-mod.eclass: Set @PROVIDES Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/linux-mod.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index eda5e9aee01..4b61d2a8a62 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -8,6 +8,7 @@ # John Mylchreest <jo...@gentoo.org>, # Stefan Schweizer <gens...@gentoo.org> # @SUPPORTED_EAPIS: 5 6 7 +# @PROVIDES: linux-info # @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