diff options
author | Sam James <sam@gentoo.org> | 2022-12-29 00:27:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-29 00:27:36 +0000 |
commit | 4d5e6a22e81fa5de5a275e8d0057015aa32e4be7 (patch) | |
tree | 5af25580fc2ba05468b8921ac3ae188417fbed67 /net-vpn/tor | |
parent | sec-keys/openpgp-keys-tor: Stabilize 20221213 arm64, #888799 (diff) | |
download | gentoo-4d5e6a22e81fa5de5a275e8d0057015aa32e4be7.tar.gz gentoo-4d5e6a22e81fa5de5a275e8d0057015aa32e4be7.tar.bz2 gentoo-4d5e6a22e81fa5de5a275e8d0057015aa32e4be7.zip |
net-vpn/tor: Stabilize 0.4.7.12 arm, #888799
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn/tor')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.12.ebuild b/net-vpn/tor/tor-0.4.7.12.ebuild index 110f4a5a6738..88e164965eb1 100644 --- a/net-vpn/tor/tor-0.4.7.12.ebuild +++ b/net-vpn/tor/tor-0.4.7.12.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 )" |