diff options
author | Sam James <sam@gentoo.org> | 2024-01-16 01:55:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-16 01:55:30 +0000 |
commit | 24391571cb541fc42c53991d3c6dcf3e0c3bf3b9 (patch) | |
tree | d6e82a2d9015cb4268de3a3ce318b3fddb5f5f78 /net-vpn | |
parent | app-antivirus/clamav: fix LTS socket permissions under systemd (diff) | |
download | gentoo-24391571cb541fc42c53991d3c6dcf3e0c3bf3b9.tar.gz gentoo-24391571cb541fc42c53991d3c6dcf3e0c3bf3b9.tar.bz2 gentoo-24391571cb541fc42c53991d3c6dcf3e0c3bf3b9.zip |
net-vpn/tor: Stabilize 0.4.8.10 arm64, #922191
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.8.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/tor/tor-0.4.8.10.ebuild b/net-vpn/tor/tor-0.4.8.10.ebuild index 009e202668a5..6b14eb53cfad 100644 --- a/net-vpn/tor/tor-0.4.8.10.ebuild +++ b/net-vpn/tor/tor-0.4.8.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,7 @@ else S="${WORKDIR}/${MY_PF}" 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 BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-tor-20230727 )" |