diff options
author | Sam James <sam@gentoo.org> | 2022-12-28 22:47:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-28 22:47:00 +0000 |
commit | be3c8357925ff2225b1f100cdaddc8d8736e81f4 (patch) | |
tree | 90209d170d1cda3acdf9f525de67a9bd10c31f93 /net-vpn/tor | |
parent | app-arch/gzip: add 1.12_p20221228 (unkeyworded, RC) (diff) | |
download | gentoo-be3c8357925ff2225b1f100cdaddc8d8736e81f4.tar.gz gentoo-be3c8357925ff2225b1f100cdaddc8d8736e81f4.tar.bz2 gentoo-be3c8357925ff2225b1f100cdaddc8d8736e81f4.zip |
net-vpn/tor: Stabilize 0.4.7.12 x86, #888799
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn/tor')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.12.ebuild b/net-vpn/tor/tor-0.4.7.12.ebuild index de5e0e4c2145..24d6786df1fb 100644 --- a/net-vpn/tor/tor-0.4.7.12.ebuild +++ b/net-vpn/tor/tor-0.4.7.12.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 )" |