diff options
author | Sam James <sam@gentoo.org> | 2022-12-28 22:47:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-28 22:47:03 +0000 |
commit | 7188d38d16828288981e41a8925f152e16b691ff (patch) | |
tree | 4f0b1d71d5eb08e150dbc087711af0a9a1f768a0 /net-vpn/tor | |
parent | sec-keys/openpgp-keys-tor: Stabilize 20221213 amd64, #888799 (diff) | |
download | gentoo-7188d38d16828288981e41a8925f152e16b691ff.tar.gz gentoo-7188d38d16828288981e41a8925f152e16b691ff.tar.bz2 gentoo-7188d38d16828288981e41a8925f152e16b691ff.zip |
net-vpn/tor: Stabilize 0.4.7.12 ppc, #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 65677f6a27aa..acf4849620de 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 )" |