diff options
author | Sam James <sam@gentoo.org> | 2022-12-13 05:47:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-13 05:47:09 +0000 |
commit | 6d011262bda67a28238c6cc5b106a8fef5581c4b (patch) | |
tree | 03a5e372517d75b40dfbc8b376a9d6586bae9a4f /net-vpn/tor | |
parent | net-vpn/tor: Stabilize 0.4.7.11 ppc64, #885715 (diff) | |
download | gentoo-6d011262bda67a28238c6cc5b106a8fef5581c4b.tar.gz gentoo-6d011262bda67a28238c6cc5b106a8fef5581c4b.tar.bz2 gentoo-6d011262bda67a28238c6cc5b106a8fef5581c4b.zip |
net-vpn/tor: Stabilize 0.4.7.11 ppc, #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 cbae24d0f577..48c9d0380072 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 )" |