diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 04:03:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:21:42 +0100 |
commit | c30bc7d8ddd680bf2b6013a99657af659e75c95d (patch) | |
tree | feed2e7c9b1113ae8427c76793dd7bc869ee1879 /sec-policy/selinux-vbetool | |
parent | sec-policy/selinux-varnishd: Unblock ~arm keyword. (diff) | |
download | gentoo-c30bc7d8ddd680bf2b6013a99657af659e75c95d.tar.gz gentoo-c30bc7d8ddd680bf2b6013a99657af659e75c95d.tar.bz2 gentoo-c30bc7d8ddd680bf2b6013a99657af659e75c95d.zip |
sec-policy/selinux-vbetool: 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-vbetool')
3 files changed, 5 insertions, 5 deletions
diff --git a/sec-policy/selinux-vbetool/selinux-vbetool-2.20200818-r2.ebuild b/sec-policy/selinux-vbetool/selinux-vbetool-2.20200818-r2.ebuild index 3c122d1ad1bd..24d4bc67bc4f 100644 --- a/sec-policy/selinux-vbetool/selinux-vbetool-2.20200818-r2.ebuild +++ b/sec-policy/selinux-vbetool/selinux-vbetool-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 vbetool" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-vbetool/selinux-vbetool-2.20210203-r1.ebuild b/sec-policy/selinux-vbetool/selinux-vbetool-2.20210203-r1.ebuild index a049089ff8a4..9d298b09288b 100644 --- a/sec-policy/selinux-vbetool/selinux-vbetool-2.20210203-r1.ebuild +++ b/sec-policy/selinux-vbetool/selinux-vbetool-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for vbetool" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-vbetool/selinux-vbetool-9999.ebuild b/sec-policy/selinux-vbetool/selinux-vbetool-9999.ebuild index a193a4f58258..9d298b09288b 100644 --- a/sec-policy/selinux-vbetool/selinux-vbetool-9999.ebuild +++ b/sec-policy/selinux-vbetool/selinux-vbetool-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 vbetool" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |