diff options
author | Sam James <sam@gentoo.org> | 2024-05-30 04:22:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-30 04:22:34 +0100 |
commit | 9bf5a2b085c4a96e4d06725c104a277eaf9dcf5e (patch) | |
tree | 3a4a41cf9bd2d2f96e480c1de81cf458e495ca8e /net-vpn | |
parent | net-vpn/tor: Stabilize 0.4.8.11 ppc, #933146 (diff) | |
download | gentoo-9bf5a2b085c4a96e4d06725c104a277eaf9dcf5e.tar.gz gentoo-9bf5a2b085c4a96e4d06725c104a277eaf9dcf5e.tar.bz2 gentoo-9bf5a2b085c4a96e4d06725c104a277eaf9dcf5e.zip |
net-vpn/tor: Stabilize 0.4.8.11 arm, #933146
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.8.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.8.11.ebuild b/net-vpn/tor/tor-0.4.8.11.ebuild index a182508f83f9..bbb6964a295e 100644 --- a/net-vpn/tor/tor-0.4.8.11.ebuild +++ b/net-vpn/tor/tor-0.4.8.11.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 )" |