summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2021-07-05 03:32:14 +0100
committerSam James <sam@gentoo.org>2021-07-05 04:15:00 +0100
commit9c7fde846af9796ce4b06cc60f364fa2a5f36057 (patch)
tree87e364e9b8b3df11d4ba673b505567e40e807ac3 /sec-policy/selinux-automount/selinux-automount-9999.ebuild
parentsec-policy/selinux-at: Unblock ~arm keyword. (diff)
downloadgentoo-9c7fde846af9796ce4b06cc60f364fa2a5f36057.tar.gz
gentoo-9c7fde846af9796ce4b06cc60f364fa2a5f36057.tar.bz2
gentoo-9c7fde846af9796ce4b06cc60f364fa2a5f36057.zip
sec-policy/selinux-automount: 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-automount/selinux-automount-9999.ebuild')
-rw-r--r--sec-policy/selinux-automount/selinux-automount-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-automount/selinux-automount-9999.ebuild b/sec-policy/selinux-automount/selinux-automount-9999.ebuild
index 85956635625d..11ce54de05cf 100644
--- a/sec-policy/selinux-automount/selinux-automount-9999.ebuild
+++ b/sec-policy/selinux-automount/selinux-automount-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 automount"
if [[ ${PV} != 9999* ]] ; then
- KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
fi