commit: c03e126435d2131e673bd678820b30a25dd97cda Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 31 01:15:03 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 07:41:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03e1264
llvm.org.eclass: mark some variable as @PRE_INHERIT Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/llvm.org.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index e532c953cb7..7501d66498f 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -40,6 +40,7 @@ esac # == internal control bits == # @ECLASS-VARIABLE: _LLVM_MASTER_MAJOR +# @PRE_INHERIT # @INTERNAL # @DESCRIPTION: # The major version of current LLVM trunk. Used to determine @@ -47,6 +48,7 @@ esac _LLVM_MASTER_MAJOR=13 # @ECLASS-VARIABLE: _LLVM_SOURCE_TYPE +# @PRE_INHERIT # @INTERNAL # @DESCRIPTION: # Source type to use: 'git' or 'tar'.
