diff options
author | Sam James <sam@gentoo.org> | 2023-01-13 20:12:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-13 20:13:12 +0000 |
commit | 29834f4962c6ed9122f705fdf9d17c51256415b5 (patch) | |
tree | 5fd0f6517a424ad5b41e29a2059782dd205d5bed /net-vpn | |
parent | media-gfx/libimagequant: Stabilize 2.17.0 amd64, #890738 (diff) | |
download | gentoo-29834f4962c6ed9122f705fdf9d17c51256415b5.tar.gz gentoo-29834f4962c6ed9122f705fdf9d17c51256415b5.tar.bz2 gentoo-29834f4962c6ed9122f705fdf9d17c51256415b5.zip |
net-vpn/tor: Stabilize 0.4.7.13 amd64, #890740
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-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 e67b47263631..7350f7170dda 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 )" |