sys-apps/checkpolicy: Sync with Gentoo

It's from Gentoo commit 1b6352a6643ff466a60f1905eede76c05945a0e3.
This commit is contained in:
Flatcar Buildbot 2024-11-11 07:08:33 +00:00 committed by Krzesimir Nowak
parent f4cd8e8f07
commit 3f94ae882e

View File

@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]] ; then
S="${WORKDIR}/${P}/${PN}"
else
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv ~x86"
KEYWORDS="amd64 arm arm64 ~mips ~riscv x86"
S="${WORKDIR}/${MY_P}"
fi