summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2021-07-05 03:48:24 +0100
committerSam James <sam@gentoo.org>2021-07-05 04:18:39 +0100
commit523c1aef2b5f99677089174a482fe0b157f10bd9 (patch)
tree833f37d614f5f79adf2d9ea75fc522be49292a54 /sec-policy/selinux-mysql/selinux-mysql-2.20210203-r1.ebuild
parentsec-policy/selinux-mutt: Unblock ~arm keyword. (diff)
downloadgentoo-523c1aef2b5f99677089174a482fe0b157f10bd9.tar.gz
gentoo-523c1aef2b5f99677089174a482fe0b157f10bd9.tar.bz2
gentoo-523c1aef2b5f99677089174a482fe0b157f10bd9.zip
sec-policy/selinux-mysql: 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-mysql/selinux-mysql-2.20210203-r1.ebuild')
-rw-r--r--sec-policy/selinux-mysql/selinux-mysql-2.20210203-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-mysql/selinux-mysql-2.20210203-r1.ebuild b/sec-policy/selinux-mysql/selinux-mysql-2.20210203-r1.ebuild
index a257cb2d32b9..c7c229dd7567 100644
--- a/sec-policy/selinux-mysql/selinux-mysql-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-mysql/selinux-mysql-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for mysql"
if [[ ${PV} != 9999* ]] ; then
- KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
fi