diff options
author | Sam James <sam@gentoo.org> | 2022-12-28 22:47:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-28 22:47:01 +0000 |
commit | 732be7e60fca49687a0c1cf264ea69c5b1a22cf7 (patch) | |
tree | 8f64ec389052e7f4fd8841c1a5a5d874b5df7cb9 /net-vpn | |
parent | sec-keys/openpgp-keys-tor: Stabilize 20221213 x86, #888799 (diff) | |
download | gentoo-732be7e60fca49687a0c1cf264ea69c5b1a22cf7.tar.gz gentoo-732be7e60fca49687a0c1cf264ea69c5b1a22cf7.tar.bz2 gentoo-732be7e60fca49687a0c1cf264ea69c5b1a22cf7.zip |
net-vpn/tor: Stabilize 0.4.7.12 amd64, #888799
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-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 24d6786df1fb..65677f6a27aa 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 )" |