diff options
author | 2021-07-05 03:39:35 +0100 | |
---|---|---|
committer | 2021-07-05 04:16:51 +0100 | |
commit | 352a9cfebd84e84d4ebc29c1f841285eb88f4fde (patch) | |
tree | 0146528b07c094ce2cff07ab3b1c20734d34c2a9 /sec-policy/selinux-fail2ban/selinux-fail2ban-9999.ebuild | |
parent | sec-policy/selinux-exim: Unblock ~arm keyword. (diff) | |
download | gentoo-352a9cfebd84e84d4ebc29c1f841285eb88f4fde.tar.gz gentoo-352a9cfebd84e84d4ebc29c1f841285eb88f4fde.tar.bz2 gentoo-352a9cfebd84e84d4ebc29c1f841285eb88f4fde.zip |
sec-policy/selinux-fail2ban: Unblock ~arm keyword.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-fail2ban/selinux-fail2ban-9999.ebuild')
-rw-r--r-- | sec-policy/selinux-fail2ban/selinux-fail2ban-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-fail2ban/selinux-fail2ban-9999.ebuild b/sec-policy/selinux-fail2ban/selinux-fail2ban-9999.ebuild index c9183e4769b9..7938f868c74c 100644 --- a/sec-policy/selinux-fail2ban/selinux-fail2ban-9999.ebuild +++ b/sec-policy/selinux-fail2ban/selinux-fail2ban-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for fail2ban" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |