diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-21 21:08:33 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-21 21:08:33 +0000 |
commit | 918af5ea2aa2ef447a95c59e10b60867a910a35a (patch) | |
tree | a2254633f4b72664f5614787caebf547facdd32e /net-vpn | |
parent | dev-python/apsw: Stabilize 3.46.1.0 arm64, #939972 (diff) | |
download | gentoo-918af5ea2aa2ef447a95c59e10b60867a910a35a.tar.gz gentoo-918af5ea2aa2ef447a95c59e10b60867a910a35a.tar.bz2 gentoo-918af5ea2aa2ef447a95c59e10b60867a910a35a.zip |
net-vpn/tor: Stabilize 0.4.8.13 arm64, #943749
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.8.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.8.13.ebuild b/net-vpn/tor/tor-0.4.8.13.ebuild index 698d6100ea76..82bc86f030c5 100644 --- a/net-vpn/tor/tor-0.4.8.13.ebuild +++ b/net-vpn/tor/tor-0.4.8.13.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 )" |