diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-01 11:22:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-01 11:28:29 +0200 |
commit | ca57c4e7d8cfd5039d916f38a1e6024baccef854 (patch) | |
tree | f0513133fdf8d6176271d2f4a143c3f64c903179 /eclass | |
parent | net-vpn/openconnect: add ~ppc64 keyword, bug #718792 (diff) | |
download | gentoo-ca57c4e7d8cfd5039d916f38a1e6024baccef854.tar.gz gentoo-ca57c4e7d8cfd5039d916f38a1e6024baccef854.tar.bz2 gentoo-ca57c4e7d8cfd5039d916f38a1e6024baccef854.zip |
llvm.eclass: Remove old slots
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 1a5b7176ae8a..a2da231b035a 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -81,7 +81,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then # @INTERNAL # @DESCRIPTION: # Correct values of LLVM slots, newest first. -declare -g -r _LLVM_KNOWN_SLOTS=( 11 10 9 8 7 6 5 4 ) +declare -g -r _LLVM_KNOWN_SLOTS=( 11 10 9 8 ) # @FUNCTION: get_llvm_prefix # @USAGE: [-b|-d] [<max_slot>] |