diff options
author | Sam James <sam@gentoo.org> | 2021-08-18 02:41:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-18 02:41:09 +0100 |
commit | b8c8ce60d64dd0045647e43454ca1e509155ead4 (patch) | |
tree | 17c5a86ef8a4e618055df4ba94993540109cc766 /net-vpn | |
parent | net-vpn/tor: Stabilize 0.4.5.10 arm, #808681 (diff) | |
download | gentoo-b8c8ce60d64dd0045647e43454ca1e509155ead4.tar.gz gentoo-b8c8ce60d64dd0045647e43454ca1e509155ead4.tar.bz2 gentoo-b8c8ce60d64dd0045647e43454ca1e509155ead4.zip |
net-vpn/tor: Stabilize 0.4.6.7 arm, #808681
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.6.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.6.7.ebuild b/net-vpn/tor/tor-0.4.6.7.ebuild index 8e2272a0cc86..972ef0313446 100644 --- a/net-vpn/tor/tor-0.4.6.7.ebuild +++ b/net-vpn/tor/tor-0.4.6.7.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PF}" LICENSE="BSD GPL-2" SLOT="0" if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ppc64 ~riscv ~x86 ~ppc-macos" + KEYWORDS="~amd64 arm ~arm64 ~mips ppc ppc64 ~riscv ~x86 ~ppc-macos" fi IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening test zstd" VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc |