diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 11:19:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-02 20:08:27 +0200 |
commit | cdda918dcdc63772493222113f2891aa8baa5ff0 (patch) | |
tree | 5836ed3b4a58ffa875f7fe6e69a2d6bd203d2b31 /eclass | |
parent | gstreamer-meson.eclass: Set @PROVIDES (diff) | |
download | gentoo-cdda918dcdc63772493222113f2891aa8baa5ff0.tar.gz gentoo-cdda918dcdc63772493222113f2891aa8baa5ff0.tar.bz2 gentoo-cdda918dcdc63772493222113f2891aa8baa5ff0.zip |
linux-mod.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index eda5e9aee013..4b61d2a8a62b 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -8,6 +8,7 @@ # John Mylchreest <johnm@gentoo.org>, # Stefan Schweizer <genstef@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 |