summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2021-07-05 03:36:00 +0100
committerSam James <sam@gentoo.org>2021-07-05 04:16:05 +0100
commit2b2365c453299ed010ca14911062b24d203a713f (patch)
treee24d8addd8d82f13321ca158c7bfc9f76d6cc507 /sec-policy/selinux-dante/selinux-dante-9999.ebuild
parentsec-policy/selinux-daemontools: Unblock ~arm keyword. (diff)
downloadgentoo-2b2365c453299ed010ca14911062b24d203a713f.tar.gz
gentoo-2b2365c453299ed010ca14911062b24d203a713f.tar.bz2
gentoo-2b2365c453299ed010ca14911062b24d203a713f.zip
sec-policy/selinux-dante: 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-dante/selinux-dante-9999.ebuild')
-rw-r--r--sec-policy/selinux-dante/selinux-dante-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-dante/selinux-dante-9999.ebuild b/sec-policy/selinux-dante/selinux-dante-9999.ebuild
index e577dc1a324f..40bf257017a2 100644
--- a/sec-policy/selinux-dante/selinux-dante-9999.ebuild
+++ b/sec-policy/selinux-dante/selinux-dante-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 dante"
if [[ ${PV} != 9999* ]] ; then
- KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
fi