gui-apps/xwayland-satellite: add llvm 21 to the LLVM_COMPAT

Signed-off-by: suoyuan666 <suoyuan666@s5n.xyz>
Part-of: https://github.com/gentoo/guru/pull/438
Closes: https://github.com/gentoo/guru/pull/438
Acked-by: Jonas Frei <freijon@pm.me>
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
suoyuan666
2026-02-10 22:32:29 +08:00
committed by Lucio Sauer
parent 8dc1402565
commit 9ec1f46b1f

View File

@@ -1,11 +1,11 @@
# Copyright 2024-2025 Gentoo Authors
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES=""
LLVM_COMPAT=( {17..20} )
LLVM_COMPAT=( {17..21} )
# RUST_MIN_VER="1.83.0"
RUST_NEEDS_LLVM=1