diff options
author | Sam James <sam@gentoo.org> | 2022-12-13 05:47:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-13 05:47:08 +0000 |
commit | 701ea71db3f5a00ed9cde4587d8b90f1d61775ae (patch) | |
tree | ff8bea66befda49848f6e805d635f58ac4b5e883 /net-vpn/tor | |
parent | net-vpn/tor: Stabilize 0.4.7.11 amd64, #885715 (diff) | |
download | gentoo-701ea71db3f5a00ed9cde4587d8b90f1d61775ae.tar.gz gentoo-701ea71db3f5a00ed9cde4587d8b90f1d61775ae.tar.bz2 gentoo-701ea71db3f5a00ed9cde4587d8b90f1d61775ae.zip |
net-vpn/tor: Stabilize 0.4.7.11 ppc64, #885715
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn/tor')
-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 d3065658de43..cbae24d0f577 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 )" |