diff options
author | Sam James <sam@gentoo.org> | 2023-01-13 20:18:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-13 20:18:17 +0000 |
commit | 47bd16b726ddce7566c5f6f5dece35e7798cc4e2 (patch) | |
tree | f39620ece5c1cc3497cdeecfe61471d13df34129 /net-vpn/tor | |
parent | net-vpn/tor: Stabilize 0.4.7.13 x86, #890740 (diff) | |
download | gentoo-47bd16b726ddce7566c5f6f5dece35e7798cc4e2.tar.gz gentoo-47bd16b726ddce7566c5f6f5dece35e7798cc4e2.tar.bz2 gentoo-47bd16b726ddce7566c5f6f5dece35e7798cc4e2.zip |
net-vpn/tor: Stabilize 0.4.7.13 arm, #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 3b139d5a590e..b8b0364c5eec 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 )" |