Diff crystal-1.18.2 with a crystal-1.19.1

/usr/portage/dev-lang/crystal/crystal-1.19.1.ebuild 2026-03-03 11:46:17.147005259 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
BV="${PV}-1"
7 7
BV_AMD64="${BV}-linux-x86_64"
8 8

  
9
LLVM_COMPAT=( {18..20} )
9
LLVM_COMPAT=( {19..21} )
10 10

  
11 11
inherit llvm-r1 multiprocessing shell-completion toolchain-funcs
12 12

  
......
56 56
	"${FILESDIR}/${PN}-1.15.0-remove-enviroment-clearing-tests.patch"
57 57
)
58 58

  
59
# Do not complain about CFLAGS etc. Crystal rebuilds itself.
60
QA_FLAGS_IGNORED='.*'
61

  
59 62
src_prepare() {
60 63
	default
61 64

  
Thank you!