From 9ec1f46b1f072765453db19b747d5df6ad617d0e Mon Sep 17 00:00:00 2001 From: suoyuan666 Date: Tue, 10 Feb 2026 22:32:29 +0800 Subject: [PATCH] gui-apps/xwayland-satellite: add llvm 21 to the LLVM_COMPAT Signed-off-by: suoyuan666 Part-of: https://github.com/gentoo/guru/pull/438 Closes: https://github.com/gentoo/guru/pull/438 Acked-by: Jonas Frei Signed-off-by: Lucio Sauer --- gui-apps/xwayland-satellite/xwayland-satellite-0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/xwayland-satellite/xwayland-satellite-0.8.ebuild b/gui-apps/xwayland-satellite/xwayland-satellite-0.8.ebuild index 2ba77e766e..6df651dc55 100644 --- a/gui-apps/xwayland-satellite/xwayland-satellite-0.8.ebuild +++ b/gui-apps/xwayland-satellite/xwayland-satellite-0.8.ebuild @@ -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