diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-12-23 13:24:35 -0500 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-12-23 15:08:46 -0500 |
commit | 3715a38651655bbb3252504aacd0c8b3a2c43e20 (patch) | |
tree | 1251d7c4c14214f10fd4c08caa6b73a8e4621c85 /sec-policy/selinux-snort | |
parent | dev-python/cchardet: PEP517, enable py3.11, use pytest (diff) | |
download | gentoo-3715a38651655bbb3252504aacd0c8b3a2c43e20.tar.gz gentoo-3715a38651655bbb3252504aacd0c8b3a2c43e20.tar.bz2 gentoo-3715a38651655bbb3252504aacd0c8b3a2c43e20.zip |
sec-policy: stabilize SELinux policies 2.20221101-r3
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-snort')
-rw-r--r-- | sec-policy/selinux-snort/selinux-snort-2.20221101-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-snort/selinux-snort-2.20221101-r3.ebuild b/sec-policy/selinux-snort/selinux-snort-2.20221101-r3.ebuild index acb2f0f8050d..d8981469cf02 100644 --- a/sec-policy/selinux-snort/selinux-snort-2.20221101-r3.ebuild +++ b/sec-policy/selinux-snort/selinux-snort-2.20221101-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 |