sec-policy/selinux-base-policy: Sync with Gentoo

It's from Gentoo commit 255c666e7b3a2048c960bd8428142e35996c7fa8.
This commit is contained in:
Flatcar Buildbot 2024-03-25 07:15:24 +00:00 committed by Krzesimir Nowak
parent b232983075
commit a5ef6ddd8d

View File

@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
else
SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2
https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
KEYWORDS="amd64 arm arm64 ~mips x86"
fi
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux"