Diff clang-rtlib-config-20 with a clang-rtlib-config-22

/usr/portage/llvm-runtimes/clang-rtlib-config/clang-rtlib-config-22.ebuild 2026-03-03 11:46:17.213671072 +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
......
9 9

  
10 10
LICENSE="public-domain"
11 11
SLOT="${PV}"
12
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos"
12
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos"
13 13
IUSE="default-compiler-rt +abi_x86_32 abi_x86_64"
14 14

  
15 15
RDEPEND="
Thank you!