Сравнение selinux-python-3.7-r1 с selinux-python-9999

/usr/portage/sys-apps/selinux-python/selinux-python-9999.ebuild 2025-07-29 16:22:17.380467940 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="8"
5
PYTHON_COMPAT=( python3_{10..12} )
5
PYTHON_COMPAT=( python3_{10..13} )
6 6
PYTHON_REQ_USE="xml(+)"
7 7

  
8 8
inherit python-r1 toolchain-funcs
......
19 19
	S="${WORKDIR}/${P}/${PN#selinux-}"
20 20
else
21 21
	SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz"
22
	KEYWORDS="amd64 arm arm64 ~riscv x86"
22
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
23 23
	S="${WORKDIR}/${MY_P}"
24 24
fi
25 25

  
Спасибо!