diff options
author | Sam James <sam@gentoo.org> | 2023-01-13 20:18:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-13 20:18:17 +0000 |
commit | 9fe8e27b858113fe3f347fa833493dc4d62362a7 (patch) | |
tree | 109ba5b820aef0830eb8b5825b787cb814a80b2d /net-vpn/tor | |
parent | net-vpn/tor: Stabilize 0.4.7.13 arm, #890740 (diff) | |
download | gentoo-9fe8e27b858113fe3f347fa833493dc4d62362a7.tar.gz gentoo-9fe8e27b858113fe3f347fa833493dc4d62362a7.tar.bz2 gentoo-9fe8e27b858113fe3f347fa833493dc4d62362a7.zip |
net-vpn/tor: Stabilize 0.4.7.13 ppc64, #890740
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn/tor')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.13.ebuild b/net-vpn/tor/tor-0.4.7.13.ebuild index b8b0364c5eec..0bc74e1cd9fb 100644 --- a/net-vpn/tor/tor-0.4.7.13.ebuild +++ b/net-vpn/tor/tor-0.4.7.13.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 )" |