diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:47:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:18:26 +0100 |
commit | f29dc0fae9c693731144921c25f6b58271621584 (patch) | |
tree | 7dbe2fb06c9c5c49aabf064ebf88610f7b4b0e35 /sec-policy/selinux-mono/selinux-mono-9999.ebuild | |
parent | sec-policy/selinux-modemmanager: Unblock ~arm keyword. (diff) | |
download | gentoo-f29dc0fae9c693731144921c25f6b58271621584.tar.gz gentoo-f29dc0fae9c693731144921c25f6b58271621584.tar.bz2 gentoo-f29dc0fae9c693731144921c25f6b58271621584.zip |
sec-policy/selinux-mono: 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-mono/selinux-mono-9999.ebuild')
-rw-r--r-- | sec-policy/selinux-mono/selinux-mono-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-mono/selinux-mono-9999.ebuild b/sec-policy/selinux-mono/selinux-mono-9999.ebuild index aab71fa99100..17f0bf6e837f 100644 --- a/sec-policy/selinux-mono/selinux-mono-9999.ebuild +++ b/sec-policy/selinux-mono/selinux-mono-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 mono" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |