games-board/jja: Add llvm-19 support

Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
Patrick Lauer
2025-01-18 16:01:04 +00:00
parent b4d670c0fd
commit 0c835bd851

View File

@@ -1,4 +1,4 @@
# Copyright 2023-2024 Gentoo Authors
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -244,7 +244,7 @@ CRATES="
zstd@0.13.1
"
LLVM_COMPAT=( {16..18} )
LLVM_COMPAT=( {16..19} )
inherit cargo llvm-r1