Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 05:20:36
Message-Id: 1617168002.e7f9a9667c485bcc10993daa45318abfec23648d.sam@gentoo
1 commit: e7f9a9667c485bcc10993daa45318abfec23648d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 05:07:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:20:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f9a966
7
8 linux-mod.eclass: mark MODULES_OPTIONAL_USE_* as @PRE_INHERIT
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/linux-mod.eclass | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
16 index e0444eacc61..11b0fd0cfb5 100644
17 --- a/eclass/linux-mod.eclass
18 +++ b/eclass/linux-mod.eclass
19 @@ -18,11 +18,13 @@
20 # These are as follows:
21
22 # @ECLASS-VARIABLE: MODULES_OPTIONAL_USE
23 +# @PRE_INHERIT
24 # @DESCRIPTION:
25 # A string containing the USE flag to use for making this eclass optional
26 # The recommended non-empty value is 'modules'
27
28 # @ECLASS-VARIABLE: MODULES_OPTIONAL_USE_IUSE_DEFAULT
29 +# @PRE_INHERIT
30 # @DESCRIPTION:
31 # A boolean to control the IUSE default state for the MODULES_OPTIONAL_USE USE
32 # flag. Default value is unset (false). True represented by 1 or 'on', other