Diff libcxxabi-15.0.7 with a libcxxabi-16.0.6

/usr/portage/sys-libs/libcxxabi/libcxxabi-16.0.6.ebuild 2023-10-09 14:52:35.552368503 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..11} )
6
PYTHON_COMPAT=( python3_{10..12} )
7 7
inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \
8 8
	toolchain-funcs
9 9

  
......
12 12

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