summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2021-07-05 03:55:44 +0100
committerSam James <sam@gentoo.org>2021-07-05 04:20:05 +0100
commit50c620b01712056d49781f7f5311adc1a802469a (patch)
treec8d7a81111a00c226e646a5b76e1e9abddc8c6a5 /sec-policy/selinux-roundup
parentsec-policy/selinux-rngd: Unblock ~arm keyword. (diff)
downloadgentoo-50c620b01712056d49781f7f5311adc1a802469a.tar.gz
gentoo-50c620b01712056d49781f7f5311adc1a802469a.tar.bz2
gentoo-50c620b01712056d49781f7f5311adc1a802469a.zip
sec-policy/selinux-roundup: 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-roundup')
-rw-r--r--sec-policy/selinux-roundup/selinux-roundup-2.20200818-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-roundup/selinux-roundup-2.20200818-r2.ebuild b/sec-policy/selinux-roundup/selinux-roundup-2.20200818-r2.ebuild
index 729f373bfaff..b4f8c732aec8 100644
--- a/sec-policy/selinux-roundup/selinux-roundup-2.20200818-r2.ebuild
+++ b/sec-policy/selinux-roundup/selinux-roundup-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 roundup"
if [[ ${PV} != 9999* ]] ; then
- KEYWORDS="amd64 -arm ~arm64 ~mips x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
fi