diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 04:00:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:21:05 +0100 |
commit | b48ccf8cd678a2f5817cd65eb42851b9aebf2344 (patch) | |
tree | 79f4151eb511aae44522ad8ec88cebc0b3936aba /sec-policy | |
parent | sec-policy/selinux-sysstat: Unblock ~arm keyword. (diff) | |
download | gentoo-b48ccf8cd678a2f5817cd65eb42851b9aebf2344.tar.gz gentoo-b48ccf8cd678a2f5817cd65eb42851b9aebf2344.tar.bz2 gentoo-b48ccf8cd678a2f5817cd65eb42851b9aebf2344.zip |
sec-policy/selinux-tboot: 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-tboot/selinux-tboot-2.20200818-r2.ebuild b/sec-policy/selinux-tboot/selinux-tboot-2.20200818-r2.ebuild index fe6740b6615c..d31439ff3e86 100644 --- a/sec-policy/selinux-tboot/selinux-tboot-2.20200818-r2.ebuild +++ b/sec-policy/selinux-tboot/selinux-tboot-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 tboot" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-tboot/selinux-tboot-2.20210203-r1.ebuild b/sec-policy/selinux-tboot/selinux-tboot-2.20210203-r1.ebuild index 1e6e1f7cd8d8..61e4debe9570 100644 --- a/sec-policy/selinux-tboot/selinux-tboot-2.20210203-r1.ebuild +++ b/sec-policy/selinux-tboot/selinux-tboot-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for tboot" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-tboot/selinux-tboot-9999.ebuild b/sec-policy/selinux-tboot/selinux-tboot-9999.ebuild index 05d877bad538..61e4debe9570 100644 --- a/sec-policy/selinux-tboot/selinux-tboot-9999.ebuild +++ b/sec-policy/selinux-tboot/selinux-tboot-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 tboot" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |