mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user