diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:45:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:18:00 +0100 |
commit | 44eae652359a6ee96572b46e2564c88e3ae1a9fd (patch) | |
tree | 0ecdfff252dd75e7e8b363e975b0331dab81f9ca /sec-policy/selinux-links/selinux-links-2.20210203-r1.ebuild | |
parent | sec-policy/selinux-ldap: Unblock ~arm keyword. (diff) | |
download | gentoo-44eae652359a6ee96572b46e2564c88e3ae1a9fd.tar.gz gentoo-44eae652359a6ee96572b46e2564c88e3ae1a9fd.tar.bz2 gentoo-44eae652359a6ee96572b46e2564c88e3ae1a9fd.zip |
sec-policy/selinux-links: 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-links/selinux-links-2.20210203-r1.ebuild')
-rw-r--r-- | sec-policy/selinux-links/selinux-links-2.20210203-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-links/selinux-links-2.20210203-r1.ebuild b/sec-policy/selinux-links/selinux-links-2.20210203-r1.ebuild index 4174fc29b8d8..a8c7f216c902 100644 --- a/sec-policy/selinux-links/selinux-links-2.20210203-r1.ebuild +++ b/sec-policy/selinux-links/selinux-links-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for links" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |