diff options
author | Sam James <sam@gentoo.org> | 2023-09-03 04:42:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-03 04:42:42 +0100 |
commit | 70b728b2e68f3b60250920fae7c392a7ed43fa31 (patch) | |
tree | d0b44b8034e9b01297efb3e15fa1717c9ae63e69 /net-vpn | |
parent | media-libs/esdl: Stabilize 1.3.1-r1 ppc64, #913076 (diff) | |
download | gentoo-70b728b2e68f3b60250920fae7c392a7ed43fa31.tar.gz gentoo-70b728b2e68f3b60250920fae7c392a7ed43fa31.tar.bz2 gentoo-70b728b2e68f3b60250920fae7c392a7ed43fa31.zip |
net-vpn/tor: Stabilize 0.4.7.14 ppc64, #913495
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.14.ebuild b/net-vpn/tor/tor-0.4.7.14.ebuild index 98f31e60f4f6..646a986a8aa4 100644 --- a/net-vpn/tor/tor-0.4.7.14.ebuild +++ b/net-vpn/tor/tor-0.4.7.14.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 )" |