Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 08:12:59
Message-Id: 1617178371.68191630997e9023f20eb782764795cd1851790c.sam@gentoo
1 commit: 68191630997e9023f20eb782764795cd1851790c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 08:10:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 08:12:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68191630
7
8 Revert "llvm.org.eclass: mark some variable as @PRE_INHERIT"
9
10 Can't be both @PRE_INHERIT and @INTERNAL, although it can
11 be set in ebuilds...?
12
13 This reverts commit c03e126435d2131e673bd678820b30a25dd97cda.
14
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 eclass/llvm.org.eclass | 2 --
18 1 file changed, 2 deletions(-)
19
20 diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
21 index 7501d66498f..e532c953cb7 100644
22 --- a/eclass/llvm.org.eclass
23 +++ b/eclass/llvm.org.eclass
24 @@ -40,7 +40,6 @@ esac
25 # == internal control bits ==
26
27 # @ECLASS-VARIABLE: _LLVM_MASTER_MAJOR
28 -# @PRE_INHERIT
29 # @INTERNAL
30 # @DESCRIPTION:
31 # The major version of current LLVM trunk. Used to determine
32 @@ -48,7 +47,6 @@ esac
33 _LLVM_MASTER_MAJOR=13
34
35 # @ECLASS-VARIABLE: _LLVM_SOURCE_TYPE
36 -# @PRE_INHERIT
37 # @INTERNAL
38 # @DESCRIPTION:
39 # Source type to use: 'git' or 'tar'.