diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:46:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:18:19 +0100 |
commit | 36c3cf756be1825b0f1b9432155e371907a1ffb2 (patch) | |
tree | ba78cb43c3fae3c51056f42c37e9a3093eedff93 /sec-policy/selinux-mcelog | |
parent | sec-policy/selinux-mandb: Unblock ~arm keyword. (diff) | |
download | gentoo-36c3cf756be1825b0f1b9432155e371907a1ffb2.tar.gz gentoo-36c3cf756be1825b0f1b9432155e371907a1ffb2.tar.bz2 gentoo-36c3cf756be1825b0f1b9432155e371907a1ffb2.zip |
sec-policy/selinux-mcelog: 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-mcelog')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-mcelog/selinux-mcelog-2.20200818-r2.ebuild b/sec-policy/selinux-mcelog/selinux-mcelog-2.20200818-r2.ebuild index 38c788ec2705..0e28f29a7cd4 100644 --- a/sec-policy/selinux-mcelog/selinux-mcelog-2.20200818-r2.ebuild +++ b/sec-policy/selinux-mcelog/selinux-mcelog-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 mcelog" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-mcelog/selinux-mcelog-2.20210203-r1.ebuild b/sec-policy/selinux-mcelog/selinux-mcelog-2.20210203-r1.ebuild index b908b2c9e83e..17ae8e84228b 100644 --- a/sec-policy/selinux-mcelog/selinux-mcelog-2.20210203-r1.ebuild +++ b/sec-policy/selinux-mcelog/selinux-mcelog-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mcelog" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-mcelog/selinux-mcelog-9999.ebuild b/sec-policy/selinux-mcelog/selinux-mcelog-9999.ebuild index 5e311635597d..17ae8e84228b 100644 --- a/sec-policy/selinux-mcelog/selinux-mcelog-9999.ebuild +++ b/sec-policy/selinux-mcelog/selinux-mcelog-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 mcelog" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |