diff options
author | Sam James <sam@gentoo.org> | 2024-05-30 04:22:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-30 04:22:33 +0100 |
commit | 71e3b6dd4ad29baed4b8b0b8097b45285bad8b0f (patch) | |
tree | fa0b18fda6c8a7bb74acae7612b0bf2ac985a998 /net-vpn/tor | |
parent | net-vpn/tor: Stabilize 0.4.8.11 arm64, #933146 (diff) | |
download | gentoo-71e3b6dd4ad29baed4b8b0b8097b45285bad8b0f.tar.gz gentoo-71e3b6dd4ad29baed4b8b0b8097b45285bad8b0f.tar.bz2 gentoo-71e3b6dd4ad29baed4b8b0b8097b45285bad8b0f.zip |
net-vpn/tor: Stabilize 0.4.8.11 ppc, #933146
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn/tor')
-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 722cf5b10fae..a182508f83f9 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 )" |