diff options
author | 2021-07-05 04:01:52 +0100 | |
---|---|---|
committer | 2021-07-05 04:21:22 +0100 | |
commit | 4f29e39cfe59a6e7f50c40fa63010a48292791ea (patch) | |
tree | 96f49597e600e682bf8ac8548f105aa3a2f50c41 /sec-policy/selinux-tor/selinux-tor-9999.ebuild | |
parent | sec-policy/selinux-tmpreaper: Unblock ~arm keyword. (diff) | |
download | gentoo-4f29e39cfe59a6e7f50c40fa63010a48292791ea.tar.gz gentoo-4f29e39cfe59a6e7f50c40fa63010a48292791ea.tar.bz2 gentoo-4f29e39cfe59a6e7f50c40fa63010a48292791ea.zip |
sec-policy/selinux-tor: 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-tor/selinux-tor-9999.ebuild')
-rw-r--r-- | sec-policy/selinux-tor/selinux-tor-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-tor/selinux-tor-9999.ebuild b/sec-policy/selinux-tor/selinux-tor-9999.ebuild index 628a94163a61..7132710022a7 100644 --- a/sec-policy/selinux-tor/selinux-tor-9999.ebuild +++ b/sec-policy/selinux-tor/selinux-tor-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 tor" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi |