commit: e7f9a9667c485bcc10993daa45318abfec23648d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 31 05:07:05 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 05:20:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f9a966
linux-mod.eclass: mark MODULES_OPTIONAL_USE_* as @PRE_INHERIT Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/linux-mod.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index e0444eacc61..11b0fd0cfb5 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -18,11 +18,13 @@ # These are as follows: # @ECLASS-VARIABLE: MODULES_OPTIONAL_USE +# @PRE_INHERIT # @DESCRIPTION: # A string containing the USE flag to use for making this eclass optional # The recommended non-empty value is 'modules' # @ECLASS-VARIABLE: MODULES_OPTIONAL_USE_IUSE_DEFAULT +# @PRE_INHERIT # @DESCRIPTION: # A boolean to control the IUSE default state for the MODULES_OPTIONAL_USE USE # flag. Default value is unset (false). True represented by 1 or 'on', other
