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