diff options
author | 2021-07-05 03:46:19 +0100 | |
---|---|---|
committer | 2021-07-05 04:18:10 +0100 | |
commit | abdb66b5c4c01f3938bef3cd0911418e43eb119c (patch) | |
tree | 16accdb56dfd68427cf9b326e19d938d618df5a0 /sec-policy/selinux-logwatch | |
parent | sec-policy/selinux-logsentry: Unblock ~arm keyword. (diff) | |
download | gentoo-abdb66b5c4c01f3938bef3cd0911418e43eb119c.tar.gz gentoo-abdb66b5c4c01f3938bef3cd0911418e43eb119c.tar.bz2 gentoo-abdb66b5c4c01f3938bef3cd0911418e43eb119c.zip |
sec-policy/selinux-logwatch: 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-logwatch')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-logwatch/selinux-logwatch-2.20200818-r2.ebuild b/sec-policy/selinux-logwatch/selinux-logwatch-2.20200818-r2.ebuild index 38ac1a5b8d5d..5891ba944a37 100644 --- a/sec-policy/selinux-logwatch/selinux-logwatch-2.20200818-r2.ebuild +++ b/sec-policy/selinux-logwatch/selinux-logwatch-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 logwatch" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-logwatch/selinux-logwatch-2.20210203-r1.ebuild b/sec-policy/selinux-logwatch/selinux-logwatch-2.20210203-r1.ebuild index 70c42ee13346..282a4e6f1706 100644 --- a/sec-policy/selinux-logwatch/selinux-logwatch-2.20210203-r1.ebuild +++ b/sec-policy/selinux-logwatch/selinux-logwatch-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for logwatch" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-logwatch/selinux-logwatch-9999.ebuild b/sec-policy/selinux-logwatch/selinux-logwatch-9999.ebuild index fa424b8fbd94..282a4e6f1706 100644 --- a/sec-policy/selinux-logwatch/selinux-logwatch-9999.ebuild +++ b/sec-policy/selinux-logwatch/selinux-logwatch-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 logwatch" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |