diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:40:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:17:04 +0100 |
commit | 0f4a417557d9711d7680757a92bc6911f616ec7a (patch) | |
tree | c6e6ff6f5da4f4970181337b819a3c07bcb04a98 /sec-policy/selinux-gatekeeper | |
parent | sec-policy/selinux-games: Unblock ~arm keyword. (diff) | |
download | gentoo-0f4a417557d9711d7680757a92bc6911f616ec7a.tar.gz gentoo-0f4a417557d9711d7680757a92bc6911f616ec7a.tar.bz2 gentoo-0f4a417557d9711d7680757a92bc6911f616ec7a.zip |
sec-policy/selinux-gatekeeper: 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-gatekeeper')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-gatekeeper/selinux-gatekeeper-2.20200818-r2.ebuild b/sec-policy/selinux-gatekeeper/selinux-gatekeeper-2.20200818-r2.ebuild index ae5e55556395..4e4825491d11 100644 --- a/sec-policy/selinux-gatekeeper/selinux-gatekeeper-2.20200818-r2.ebuild +++ b/sec-policy/selinux-gatekeeper/selinux-gatekeeper-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 gatekeeper" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-gatekeeper/selinux-gatekeeper-2.20210203-r1.ebuild b/sec-policy/selinux-gatekeeper/selinux-gatekeeper-2.20210203-r1.ebuild index d037b0857fa0..c94ef3e43afd 100644 --- a/sec-policy/selinux-gatekeeper/selinux-gatekeeper-2.20210203-r1.ebuild +++ b/sec-policy/selinux-gatekeeper/selinux-gatekeeper-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for gatekeeper" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-gatekeeper/selinux-gatekeeper-9999.ebuild b/sec-policy/selinux-gatekeeper/selinux-gatekeeper-9999.ebuild index c47c93e57ff6..c94ef3e43afd 100644 --- a/sec-policy/selinux-gatekeeper/selinux-gatekeeper-9999.ebuild +++ b/sec-policy/selinux-gatekeeper/selinux-gatekeeper-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 gatekeeper" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |