diff options
author | Sam James <sam@gentoo.org> | 2021-08-19 02:05:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-19 02:05:56 +0100 |
commit | b7f2e0a00e05eeb5d6ef14ad8cdfb16c065cf3cd (patch) | |
tree | 985357f914faee4e7c8d529d69a081219691c3c0 /net-vpn | |
parent | net-vpn/tor: Stabilize 0.4.5.10 arm64, #808681 (diff) | |
download | gentoo-b7f2e0a00e05eeb5d6ef14ad8cdfb16c065cf3cd.tar.gz gentoo-b7f2e0a00e05eeb5d6ef14ad8cdfb16c065cf3cd.tar.bz2 gentoo-b7f2e0a00e05eeb5d6ef14ad8cdfb16c065cf3cd.zip |
net-vpn/tor: Stabilize 0.4.6.7 arm64, #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 8bb9a5158a7e..39a52ca677b1 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 |