diff options
author | Sam James <sam@gentoo.org> | 2022-11-10 08:45:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-10 08:45:41 +0000 |
commit | 2a2e1f0355a4dece46a6742811023b249c1ec8ae (patch) | |
tree | 4d7bb12a2566d229dbf5f5fe8615a34cc52539c3 /net-vpn | |
parent | net-vpn/tor: Stabilize 0.4.7.10-r1 arm, #880699 (diff) | |
download | gentoo-2a2e1f0355a4dece46a6742811023b249c1ec8ae.tar.gz gentoo-2a2e1f0355a4dece46a6742811023b249c1ec8ae.tar.bz2 gentoo-2a2e1f0355a4dece46a6742811023b249c1ec8ae.zip |
net-vpn/tor: Stabilize 0.4.7.10-r1 x86, #880699
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.10-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.10-r1.ebuild b/net-vpn/tor/tor-0.4.7.10-r1.ebuild index d479cb9affcd..954edbfb05e6 100644 --- a/net-vpn/tor/tor-0.4.7.10-r1.ebuild +++ b/net-vpn/tor/tor-0.4.7.10-r1.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 )" |