Diff libcxx-16.0.6 with a libcxx-17.0.1

/usr/portage/sys-libs/libcxx/libcxx-17.0.1.ebuild 2023-10-09 14:52:35.552368503 +0300
12 12

  
13 13
LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
14 14
SLOT="0"
15
KEYWORDS="amd64 arm arm64 ~loong ~riscv sparc x86 ~x64-macos"
15
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86 ~x64-macos"
16 16
IUSE="+clang +libcxxabi +static-libs test"
17 17
REQUIRED_USE="test? ( clang )"
18 18
RESTRICT="!test? ( test )"
......
42 42
"
43 43

  
44 44
LLVM_COMPONENTS=( runtimes libcxx{,abi} llvm/{cmake,utils/llvm-lit} cmake )
45
LLVM_PATCHSET=${PV}
46 45
llvm.org_set_globals
47 46

  
48 47
python_check_deps() {
Thank you!