diff options
author | Sam James <sam@gentoo.org> | 2022-12-13 05:43:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-13 05:43:49 +0000 |
commit | d713309eeae66f93094884382cb10f68f5841b1a (patch) | |
tree | 8c781035dde8feef02b385ecce837729cf5e9e7e /net-vpn | |
parent | net-vpn/tor: Stabilize 0.4.7.11 arm, #885715 (diff) | |
download | gentoo-d713309eeae66f93094884382cb10f68f5841b1a.tar.gz gentoo-d713309eeae66f93094884382cb10f68f5841b1a.tar.bz2 gentoo-d713309eeae66f93094884382cb10f68f5841b1a.zip |
net-vpn/tor: Stabilize 0.4.7.11 amd64, #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 3b19248c29b0..d3065658de43 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 )" |