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, 20 Jul 2019 21:32:54
Message-Id: 1563658366.f060b611dc079a4401d238e489e8ee25839ca82b.mgorny@gentoo
1 commit: f060b611dc079a4401d238e489e8ee25839ca82b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 21:32:07 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 21:32:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f060b611
7
8 llvm.eclass: Permit slot 10
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 d61effb5e9c..eed3fe0014c 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=( 9 8 7 6 5 4 )
24 +declare -g -r _LLVM_KNOWN_SLOTS=( 10 9 8 7 6 5 4 )
25
26 # @FUNCTION: get_llvm_prefix
27 # @USAGE: [-b|-d] [<max_slot>]