Diff setools-4.4.2 with a setools-9999

/usr/portage/app-admin/setools/setools-9999.ebuild 2023-10-09 14:52:28.168368317 +0300
18 18
	S="${WORKDIR}/${P}"
19 19
else
20 20
	SRC_URI="https://github.com/SELinuxProject/setools/releases/download/${PV}/${P}.tar.bz2"
21
	KEYWORDS="amd64 arm arm64 x86"
21
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
22 22
	S="${WORKDIR}/${PN}"
23 23
fi
24 24

  
......
41 41
		sys-apps/checkpolicy
42 42
	)"
43 43

  
44
PATCHES=(
45
	"${FILESDIR}"/${PN}-4.4.1-cython3.patch
46
)
47

  
48 44
distutils_enable_tests pytest
49 45

  
50 46
python_prepare_all() {
Thank you!