diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 10:16:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 10:16:38 +0300 |
commit | ff33f95c11f59d1458d8722a77b99600b8a3292a (patch) | |
tree | 467b383ceb9126870bb7693931f8f5689c963475 /net-vpn/tor | |
parent | net-vpn/tor: Stabilize 0.4.6.10 arm64, #838256 (diff) | |
download | gentoo-ff33f95c11f59d1458d8722a77b99600b8a3292a.tar.gz gentoo-ff33f95c11f59d1458d8722a77b99600b8a3292a.tar.bz2 gentoo-ff33f95c11f59d1458d8722a77b99600b8a3292a.zip |
net-vpn/tor: Stabilize 0.4.6.10 arm, #838256
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-vpn/tor')
-rw-r--r-- | net-vpn/tor/tor-0.4.6.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.6.10.ebuild b/net-vpn/tor/tor-0.4.6.10.ebuild index 240f42eec4af..f84054aac604 100644 --- a/net-vpn/tor/tor-0.4.6.10.ebuild +++ b/net-vpn/tor/tor-0.4.6.10.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" VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc |