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, 04 Jan 2018 08:26:22
Message-Id: 1515054366.6fbe4621ac7a0228c0a04acb18e832dafc1fc72b.mgorny@gentoo
1 commit: 6fbe4621ac7a0228c0a04acb18e832dafc1fc72b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 08:25:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 08:26:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbe4621
7
8 llvm.eclass: Support slot 7
9
10 eclass/llvm.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
14 index d9518fe6226..7a7695aff85 100644
15 --- a/eclass/llvm.eclass
16 +++ b/eclass/llvm.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 # @ECLASS: llvm.eclass
23 @@ -78,7 +78,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
24 # @INTERNAL
25 # @DESCRIPTION:
26 # Correct values of LLVM slots, newest first.
27 -declare -g -r _LLVM_KNOWN_SLOTS=( 6 5 4 )
28 +declare -g -r _LLVM_KNOWN_SLOTS=( 7 6 5 4 )
29
30 # @FUNCTION: get_llvm_prefix
31 # @USAGE: [<max_slot>]