Diff llvm-toolchain-symlinks-15-r1 with a llvm-toolchain-symlinks-16-r1

/usr/portage/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild 2023-10-09 14:52:35.488368501 +0300
1
# Copyright 2022 Gentoo Authors
1
# Copyright 2022-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12

  
13 13
LICENSE="public-domain"
14 14
SLOT="${PV}"
15
KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
15
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
16 16
IUSE="multilib-symlinks +native-symlinks"
17 17

  
18 18
RDEPEND="
Thank you!