diff options
author | Kenton Groombridge <concord@gentoo.org> | 2023-11-06 10:22:51 -0500 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2023-11-14 16:46:55 -0500 |
commit | 228a80e3737212a744122d72179a3e8a7716e3f3 (patch) | |
tree | 24f0e3846e52a5457f42bf876ee653c45abc0fc8 /sec-policy/selinux-wm | |
parent | dev-libs/libnop: Failures with -D_GLIBCXX_ASSERTIONS (diff) | |
download | gentoo-228a80e3737212a744122d72179a3e8a7716e3f3.tar.gz gentoo-228a80e3737212a744122d72179a3e8a7716e3f3.tar.bz2 gentoo-228a80e3737212a744122d72179a3e8a7716e3f3.zip |
sec-policy/*: stabilize SELinux policies 2.20231002-r2
Closes: https://bugs.gentoo.org/917239
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-wm')
-rw-r--r-- | sec-policy/selinux-wm/selinux-wm-2.20231002-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-wm/selinux-wm-2.20231002-r2.ebuild b/sec-policy/selinux-wm/selinux-wm-2.20231002-r2.ebuild index 4ef163d119ce..c9f158b0ad18 100644 --- a/sec-policy/selinux-wm/selinux-wm-2.20231002-r2.ebuild +++ b/sec-policy/selinux-wm/selinux-wm-2.20231002-r2.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for wm" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 arm arm64 ~mips x86" fi |