diff options
author | Sam James <sam@gentoo.org> | 2022-12-13 05:43:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-13 05:43:48 +0000 |
commit | 181bda5f895885180a5b3029165742fdaf77df32 (patch) | |
tree | 1c236da07af1fe0a785438e4d8e5635f0dd761e1 /net-vpn | |
parent | net-vpn/tor: Stabilize 0.4.7.11 arm64, #885715 (diff) | |
download | gentoo-181bda5f895885180a5b3029165742fdaf77df32.tar.gz gentoo-181bda5f895885180a5b3029165742fdaf77df32.tar.bz2 gentoo-181bda5f895885180a5b3029165742fdaf77df32.zip |
net-vpn/tor: Stabilize 0.4.7.11 arm, #885715
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.11.ebuild b/net-vpn/tor/tor-0.4.7.11.ebuild index 4e5220a7abc7..3b19248c29b0 100644 --- a/net-vpn/tor/tor-0.4.7.11.ebuild +++ b/net-vpn/tor/tor-0.4.7.11.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_PF}" LICENSE="BSD GPL-2" SLOT="0" if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then - KEYWORDS="~amd64 ~arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~ppc-macos" + KEYWORDS="~amd64 arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~ppc-macos" fi IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening test zstd" RESTRICT="!test? ( test )" |