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: Thu, 02 Aug 2018 11:53:09
Message-Id: 1533210776.76e9ad5170959f7de3a8ba35128314518e8d42fb.mgorny@gentoo
1 commit: 76e9ad5170959f7de3a8ba35128314518e8d42fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 2 11:52:30 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 11:52:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e9ad51
7
8 llvm.eclass: Add LLVM 8 awareness
9
10 eclass/llvm.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
14 index 7a7695aff85..56ebd7ed7b8 100644
15 --- a/eclass/llvm.eclass
16 +++ b/eclass/llvm.eclass
17 @@ -78,7 +78,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
18 # @INTERNAL
19 # @DESCRIPTION:
20 # Correct values of LLVM slots, newest first.
21 -declare -g -r _LLVM_KNOWN_SLOTS=( 7 6 5 4 )
22 +declare -g -r _LLVM_KNOWN_SLOTS=( 8 7 6 5 4 )
23
24 # @FUNCTION: get_llvm_prefix
25 # @USAGE: [<max_slot>]