diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:36:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:16:18 +0100 |
commit | e9901f1ea607e8efe4279c3bd3e1b7f99c2739d4 (patch) | |
tree | 88ca8aa8dae049412816b375bf8c46d4cb35a036 /sec-policy | |
parent | sec-policy/selinux-ddcprobe: Unblock ~arm keyword. (diff) | |
download | gentoo-e9901f1ea607e8efe4279c3bd3e1b7f99c2739d4.tar.gz gentoo-e9901f1ea607e8efe4279c3bd3e1b7f99c2739d4.tar.bz2 gentoo-e9901f1ea607e8efe4279c3bd3e1b7f99c2739d4.zip |
sec-policy/selinux-denyhosts: 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')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20200818-r2.ebuild b/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20200818-r2.ebuild index df94e9b7c5b2..2725adf8f4aa 100644 --- a/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20200818-r2.ebuild +++ b/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20200818-r2.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 denyhosts" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20210203-r1.ebuild b/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20210203-r1.ebuild index 41406c06b6f0..b6073e36bdc5 100644 --- a/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20210203-r1.ebuild +++ b/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for denyhosts" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-denyhosts/selinux-denyhosts-9999.ebuild b/sec-policy/selinux-denyhosts/selinux-denyhosts-9999.ebuild index c861e2ec4fad..b6073e36bdc5 100644 --- a/sec-policy/selinux-denyhosts/selinux-denyhosts-9999.ebuild +++ b/sec-policy/selinux-denyhosts/selinux-denyhosts-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 denyhosts" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |