diff options
author | Sam James <sam@gentoo.org> | 2021-08-16 03:58:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-16 03:58:39 +0100 |
commit | beda5a170b0266d21b4302e6aa791a31a914cbb9 (patch) | |
tree | 5c22929d413e36c609b825c12a754e4aa7120000 /sec-policy | |
parent | sec-policy/selinux-sudo: Stabilize 2.20210203-r1 x86, #804879 (diff) | |
download | gentoo-beda5a170b0266d21b4302e6aa791a31a914cbb9.tar.gz gentoo-beda5a170b0266d21b4302e6aa791a31a914cbb9.tar.bz2 gentoo-beda5a170b0266d21b4302e6aa791a31a914cbb9.zip |
sec-policy/selinux-sxid: Stabilize 2.20210203-r1 x86, #804879
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-sxid/selinux-sxid-2.20210203-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-sxid/selinux-sxid-2.20210203-r1.ebuild b/sec-policy/selinux-sxid/selinux-sxid-2.20210203-r1.ebuild index bfe77143e45b..552a507bc71d 100644 --- a/sec-policy/selinux-sxid/selinux-sxid-2.20210203-r1.ebuild +++ b/sec-policy/selinux-sxid/selinux-sxid-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for sxid" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi |