Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 25 Jan 2020 18:29:29
Message-Id: 1579976958.ff06de1148bfbba2ee075925034db341426f60ac.mgorny@gentoo
1 commit: ff06de1148bfbba2ee075925034db341426f60ac
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 18:08:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 18:29:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff06de11
7
8 llvm.eclass: Permit LLVM 11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/llvm.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
16 index eed3fe0014c..5477b9d25ed 100644
17 --- a/eclass/llvm.eclass
18 +++ b/eclass/llvm.eclass
19 @@ -81,7 +81,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
20 # @INTERNAL
21 # @DESCRIPTION:
22 # Correct values of LLVM slots, newest first.
23 -declare -g -r _LLVM_KNOWN_SLOTS=( 10 9 8 7 6 5 4 )
24 +declare -g -r _LLVM_KNOWN_SLOTS=( 11 10 9 8 7 6 5 4 )
25
26 # @FUNCTION: get_llvm_prefix
27 # @USAGE: [-b|-d] [<max_slot>]