commit:     68191630997e9023f20eb782764795cd1851790c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 08:10:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 08:12:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68191630

Revert "llvm.org.eclass: mark some variable as @PRE_INHERIT"

Can't be both @PRE_INHERIT and @INTERNAL, although it can
be set in ebuilds...?

This reverts commit c03e126435d2131e673bd678820b30a25dd97cda.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/llvm.org.eclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 7501d66498f..e532c953cb7 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -40,7 +40,6 @@ esac
 # == internal control bits ==
 
 # @ECLASS-VARIABLE: _LLVM_MASTER_MAJOR
-# @PRE_INHERIT
 # @INTERNAL
 # @DESCRIPTION:
 # The major version of current LLVM trunk.  Used to determine
@@ -48,7 +47,6 @@ esac
 _LLVM_MASTER_MAJOR=13
 
 # @ECLASS-VARIABLE: _LLVM_SOURCE_TYPE
-# @PRE_INHERIT
 # @INTERNAL
 # @DESCRIPTION:
 # Source type to use: 'git' or 'tar'.

Reply via email to