diff options
author | Jason Zaman <perfinion@gentoo.org> | 2022-04-10 11:30:04 -0700 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2022-04-10 12:03:15 -0700 |
commit | c4d7e98976dcb5420aa2b963ea90a744820dbcdd (patch) | |
tree | 9a6a82bd907dc1f6adc7aa1ebbe6cf9b0caf450f /sec-policy/selinux-snort | |
parent | dev-python/gpep517: Keyword 2 alpha (diff) | |
download | gentoo-c4d7e98976dcb5420aa2b963ea90a744820dbcdd.tar.gz gentoo-c4d7e98976dcb5420aa2b963ea90a744820dbcdd.tar.bz2 gentoo-c4d7e98976dcb5420aa2b963ea90a744820dbcdd.zip |
sec-policy: Stabilize SELinux policies 2.20220106-r3
Bug: https://bugs.gentoo.org/837644
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-snort')
-rw-r--r-- | sec-policy/selinux-snort/selinux-snort-2.20220106-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-snort/selinux-snort-2.20220106-r3.ebuild b/sec-policy/selinux-snort/selinux-snort-2.20220106-r3.ebuild index acb2f0f8050d..d8981469cf02 100644 --- a/sec-policy/selinux-snort/selinux-snort-2.20220106-r3.ebuild +++ b/sec-policy/selinux-snort/selinux-snort-2.20220106-r3.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for snort" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 arm arm64 ~mips x86" fi |