mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
llvm.eclass: Allow slot 9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: llvm.eclass
|
||||
@@ -79,7 +79,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
|
||||
# @INTERNAL
|
||||
# @DESCRIPTION:
|
||||
# Correct values of LLVM slots, newest first.
|
||||
declare -g -r _LLVM_KNOWN_SLOTS=( 8 7 6 5 4 )
|
||||
declare -g -r _LLVM_KNOWN_SLOTS=( 9 8 7 6 5 4 )
|
||||
|
||||
# @FUNCTION: get_llvm_prefix
|
||||
# @USAGE: [<max_slot>]
|
||||
|
||||
Reference in New Issue
Block a user