Diff lit-19.1.7 with a lit-21.1.6

/usr/portage/dev-python/lit/lit-21.1.6.ebuild 2025-11-26 18:18:03.400015496 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{10..13} )
7
PYTHON_COMPAT=( python3_{11..14} )
8 8

  
9 9
inherit distutils-r1 llvm.org
10 10

  
......
13 13

  
14 14
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
15 15
SLOT="0"
16
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
16
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
17 17
IUSE="test"
18 18
RESTRICT="!test? ( test )"
19 19

  
Thank you!