Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 26/44] linux-mod.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 10:55:51
Message-Id: 20210902104724.1043118-27-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/44] @PROVIDES for eclasses by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/linux-mod.eclass | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
7 index eda5e9aee013..4b61d2a8a62b 100644
8 --- a/eclass/linux-mod.eclass
9 +++ b/eclass/linux-mod.eclass
10 @@ -8,6 +8,7 @@
11 # John Mylchreest <johnm@g.o>,
12 # Stefan Schweizer <genstef@g.o>
13 # @SUPPORTED_EAPIS: 5 6 7
14 +# @PROVIDES: linux-info
15 # @BLURB: It provides the functionality required to install external modules against a kernel source tree.
16 # @DESCRIPTION:
17 # This eclass is used to interface with linux-info.eclass in such a way
18 --
19 2.33.0