diff options
author | Sam James <sam@gentoo.org> | 2021-08-16 03:54:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-16 03:54:15 +0100 |
commit | 8f3f65b845790e1c1b1d78239df574ca365eea3a (patch) | |
tree | c72629b127e1d19d61293e457a373f012cf35223 /sec-policy/selinux-tor | |
parent | sec-policy/selinux-tmpreaper: Stabilize 2.20210203-r1 amd64, #804879 (diff) | |
download | gentoo-8f3f65b845790e1c1b1d78239df574ca365eea3a.tar.gz gentoo-8f3f65b845790e1c1b1d78239df574ca365eea3a.tar.bz2 gentoo-8f3f65b845790e1c1b1d78239df574ca365eea3a.zip |
sec-policy/selinux-tor: Stabilize 2.20210203-r1 amd64, #804879
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-tor')
-rw-r--r-- | sec-policy/selinux-tor/selinux-tor-2.20210203-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-tor/selinux-tor-2.20210203-r1.ebuild b/sec-policy/selinux-tor/selinux-tor-2.20210203-r1.ebuild index 7132710022a7..9801721b66b8 100644 --- a/sec-policy/selinux-tor/selinux-tor-2.20210203-r1.ebuild +++ b/sec-policy/selinux-tor/selinux-tor-2.20210203-r1.ebuild @@ -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 |