diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:51:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:19:15 +0100 |
commit | 7cc4511499e05334d3aa6698851f5ae28f963f41 (patch) | |
tree | 3ba59ff6e6c2364ec952ab48d59857c5c2bdaf5b /sec-policy/selinux-podsleuth | |
parent | sec-policy/selinux-plymouthd: Unblock ~arm keyword. (diff) | |
download | gentoo-7cc4511499e05334d3aa6698851f5ae28f963f41.tar.gz gentoo-7cc4511499e05334d3aa6698851f5ae28f963f41.tar.bz2 gentoo-7cc4511499e05334d3aa6698851f5ae28f963f41.zip |
sec-policy/selinux-podsleuth: 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-podsleuth')
-rw-r--r-- | sec-policy/selinux-podsleuth/selinux-podsleuth-2.20200818-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-podsleuth/selinux-podsleuth-2.20200818-r2.ebuild b/sec-policy/selinux-podsleuth/selinux-podsleuth-2.20200818-r2.ebuild index b628ed28426d..de175469eeab 100644 --- a/sec-policy/selinux-podsleuth/selinux-podsleuth-2.20200818-r2.ebuild +++ b/sec-policy/selinux-podsleuth/selinux-podsleuth-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 podsleuth" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi |