Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 02 Sep 2021 18:08:39
Message-Id: 1630606107.cdda918dcdc63772493222113f2891aa8baa5ff0.mgorny@gentoo
1 commit: cdda918dcdc63772493222113f2891aa8baa5ff0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:19:40 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 18:08:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdda918d
7
8 linux-mod.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/linux-mod.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
16 index eda5e9aee01..4b61d2a8a62 100644
17 --- a/eclass/linux-mod.eclass
18 +++ b/eclass/linux-mod.eclass
19 @@ -8,6 +8,7 @@
20 # John Mylchreest <johnm@g.o>,
21 # Stefan Schweizer <genstef@g.o>
22 # @SUPPORTED_EAPIS: 5 6 7
23 +# @PROVIDES: linux-info
24 # @BLURB: It provides the functionality required to install external modules against a kernel source tree.
25 # @DESCRIPTION:
26 # This eclass is used to interface with linux-info.eclass in such a way