sys-apps/checkpolicy: Sync with Gentoo

It's from Gentoo commit e1703fbdbb6f9288b19541b408b55d2283abd853.
This commit is contained in:
Flatcar Buildbot 2024-02-19 07:16:10 +00:00 committed by Krzesimir Nowak
parent 6b94e856ed
commit 4aacf290c6

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