diff options
author | Jason Zaman <perfinion@gentoo.org> | 2016-02-13 16:14:41 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2016-02-13 16:18:38 +0800 |
commit | feaf78b7f2f5f32c19d785ac57bbcf7c4ce5710b (patch) | |
tree | 773c5ef56fc16ceafd0471ce037070557801601c /sec-policy/selinux-fail2ban | |
parent | net-analyzer/fail2ban: Stable for HPPA (bug #573558). (diff) | |
download | gentoo-feaf78b7f2f5f32c19d785ac57bbcf7c4ce5710b.tar.gz gentoo-feaf78b7f2f5f32c19d785ac57bbcf7c4ce5710b.tar.bz2 gentoo-feaf78b7f2f5f32c19d785ac57bbcf7c4ce5710b.zip |
sec-policy: Stabilize selinux policy 2.20151208-r1
Package-Manager: portage-2.2.26
Diffstat (limited to 'sec-policy/selinux-fail2ban')
-rw-r--r-- | sec-policy/selinux-fail2ban/selinux-fail2ban-2.20151208-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20151208-r1.ebuild b/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20151208-r1.ebuild index 9d2f3caf7169..5e2f58ad006a 100644 --- a/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20151208-r1.ebuild +++ b/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20151208-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for fail2ban" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi |