diff options
author | Sam James <sam@gentoo.org> | 2022-06-17 23:49:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-17 23:49:35 +0100 |
commit | e7332692fa4e709a0e799e3f8a027bbe8ec72dd7 (patch) | |
tree | 87e8290067213a7d4a836e21a4b4d78f61917262 /net-vpn | |
parent | net-vpn/tor: Stabilize 0.4.7.8 x86, #852824 (diff) | |
download | gentoo-e7332692fa4e709a0e799e3f8a027bbe8ec72dd7.tar.gz gentoo-e7332692fa4e709a0e799e3f8a027bbe8ec72dd7.tar.bz2 gentoo-e7332692fa4e709a0e799e3f8a027bbe8ec72dd7.zip |
net-vpn/tor: Stabilize 0.4.7.8 amd64, #852824
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.8.ebuild b/net-vpn/tor/tor-0.4.7.8.ebuild index 918edb150ef9..5e6098744fad 100644 --- a/net-vpn/tor/tor-0.4.7.8.ebuild +++ b/net-vpn/tor/tor-0.4.7.8.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" VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc |