diff options
author | 2021-07-05 03:45:16 +0100 | |
---|---|---|
committer | 2021-07-05 04:17:58 +0100 | |
commit | 023dc137e5f628d39f24bb6045ed7a0a073c8f33 (patch) | |
tree | f1afcb9e6c29d4d69526bdd54b9a6dbb8dda12b6 /sec-policy/selinux-ldap/selinux-ldap-9999.ebuild | |
parent | sec-policy/selinux-kudzu: Unblock ~arm keyword. (diff) | |
download | gentoo-023dc137e5f628d39f24bb6045ed7a0a073c8f33.tar.gz gentoo-023dc137e5f628d39f24bb6045ed7a0a073c8f33.tar.bz2 gentoo-023dc137e5f628d39f24bb6045ed7a0a073c8f33.zip |
sec-policy/selinux-ldap: 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-ldap/selinux-ldap-9999.ebuild')
-rw-r--r-- | sec-policy/selinux-ldap/selinux-ldap-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-ldap/selinux-ldap-9999.ebuild b/sec-policy/selinux-ldap/selinux-ldap-9999.ebuild index 3846e72188f6..e193d99366e5 100644 --- a/sec-policy/selinux-ldap/selinux-ldap-9999.ebuild +++ b/sec-policy/selinux-ldap/selinux-ldap-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 ldap" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |