diff options
| author | Sam James <sam@gentoo.org> | 2021-03-31 06:07:05 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2021-03-31 06:20:02 +0100 |
| commit | e7f9a9667c485bcc10993daa45318abfec23648d (patch) | |
| tree | 32d6f160c43a0969b4fcb49fe8284bdab699d6dc | |
| parent | 88037804285588beec438e8388f0eb220bc8bcab (diff) | |
| download | gentoo-e7f9a9667c485bcc10993daa45318abfec23648d.tar.gz gentoo-e7f9a9667c485bcc10993daa45318abfec23648d.tar.bz2 gentoo-e7f9a9667c485bcc10993daa45318abfec23648d.zip | |
linux-mod.eclass: mark MODULES_OPTIONAL_USE_* as @PRE_INHERIT
Signed-off-by: Sam James <sam@gentoo.org>
| -rw-r--r-- | eclass/linux-mod.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index e0444eacc61a..11b0fd0cfb5e 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 |
