summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 02:15:03 +0100
committerSam James <sam@gentoo.org>2021-03-31 08:41:50 +0100
commitc03e126435d2131e673bd678820b30a25dd97cda (patch)
tree7a094670e21c56e3ec2fdf9058181f7fef9ce8d7 /eclass
parentbash-completion-r1.eclass: fix grammar in comment (diff)
downloadgentoo-c03e126435d2131e673bd678820b30a25dd97cda.tar.gz
gentoo-c03e126435d2131e673bd678820b30a25dd97cda.tar.bz2
gentoo-c03e126435d2131e673bd678820b30a25dd97cda.zip
llvm.org.eclass: mark some variable as @PRE_INHERIT
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/llvm.org.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index e532c953cb70..7501d66498fd 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'.