diff options
author | Sam James <sam@gentoo.org> | 2022-12-13 05:43:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-13 05:43:45 +0000 |
commit | 8bbbfe38d836b744b95f0007a3b21e701dbda2ef (patch) | |
tree | faaba5fcc786b1e635baabd6002c94fd4950f5ed /net-vpn | |
parent | www-apps/chromedriver-bin: add 108.0.5359.71 (diff) | |
download | gentoo-8bbbfe38d836b744b95f0007a3b21e701dbda2ef.tar.gz gentoo-8bbbfe38d836b744b95f0007a3b21e701dbda2ef.tar.bz2 gentoo-8bbbfe38d836b744b95f0007a3b21e701dbda2ef.zip |
net-vpn/tor: Stabilize 0.4.7.11 x86, #885715
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-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 4a5266e2af76..2b59d0644d18 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 )" |