sys-libs/libsepol: Sync with Gentoo

It's from Gentoo commit f24580fd925c0e8aa7e4d26c60e62755ba87fa0e.
This commit is contained in:
Flatcar Buildbot 2025-06-16 07:14:46 +00:00 committed by Krzesimir Nowak
parent 36963a5783
commit b17f3e1500

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