Diff clang-runtime-14.0.6 with a clang-runtime-15.0.7

/usr/portage/sys-devel/clang-runtime/clang-runtime-15.0.7.ebuild 2023-10-09 14:52:35.480368501 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
10 10

  
11 11
LICENSE="metapackage"
12 12
SLOT="$(ver_cut 1-3)"
13
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
13
KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
14 14
IUSE="+compiler-rt libcxx openmp +sanitize"
15 15
REQUIRED_USE="sanitize? ( compiler-rt )"
16 16

  
Thank you!