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: Mon, 24 Jul 2017 19:04:13
Message-Id: 1500923031.8a439ad85267f9b047703077f0a07ffbbf330c76.mgorny@gentoo
1 commit: 8a439ad85267f9b047703077f0a07ffbbf330c76
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 23 17:07:08 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 24 19:03:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a439ad8
7
8 llvm.eclass: Recognize slot 6 (for 9999)
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 294e27b019b..1128615cd35 100644
15 --- a/eclass/llvm.eclass
16 +++ b/eclass/llvm.eclass
17 @@ -63,7 +63,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
18 # @INTERNAL
19 # @DESCRIPTION:
20 # Correct values of LLVM slots, newest first.
21 -declare -g -r _LLVM_KNOWN_SLOTS=( 5 4 )
22 +declare -g -r _LLVM_KNOWN_SLOTS=( 6 5 4 )
23
24 # @FUNCTION: get_llvm_prefix
25 # @USAGE: [<max_slot>]