diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-04-18 12:20:32 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-04-19 02:37:43 -0400 |
commit | 49049d66f343074d646fc9ca17b133a477a796da (patch) | |
tree | 2033120b4a5f26d7b1a573829f682bf6c10c8771 /net-vpn/tor | |
parent | sec-keys/openpgp-keys-tor: Stabilize 20230727 arm, #916761 (diff) | |
download | gentoo-49049d66f343074d646fc9ca17b133a477a796da.tar.gz gentoo-49049d66f343074d646fc9ca17b133a477a796da.tar.bz2 gentoo-49049d66f343074d646fc9ca17b133a477a796da.zip |
net-vpn/tor: Stabilize 0.4.7.16-r1 arm, #916761
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-vpn/tor')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.16-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.16-r1.ebuild b/net-vpn/tor/tor-0.4.7.16-r1.ebuild index a54b89c86a31..6837ebeb76ed 100644 --- a/net-vpn/tor/tor-0.4.7.16-r1.ebuild +++ b/net-vpn/tor/tor-0.4.7.16-r1.ebuild @@ -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 )" |