diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-18 18:56:01 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-18 18:56:01 +0200 |
commit | ce00613ba821095da8bfc5bcda0c1b350e45b430 (patch) | |
tree | 68ab01d984d0606a0f51663b748909c0d157d330 /net-vpn | |
parent | net-vpn/tor: ppc stable wrt bug #852824 (diff) | |
download | gentoo-ce00613ba821095da8bfc5bcda0c1b350e45b430.tar.gz gentoo-ce00613ba821095da8bfc5bcda0c1b350e45b430.tar.bz2 gentoo-ce00613ba821095da8bfc5bcda0c1b350e45b430.zip |
net-vpn/tor: ppc64 stable wrt bug #852824
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.8.ebuild b/net-vpn/tor/tor-0.4.7.8.ebuild index ba553a12e936..b6fa64574aad 100644 --- a/net-vpn/tor/tor-0.4.7.8.ebuild +++ b/net-vpn/tor/tor-0.4.7.8.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_PF}" LICENSE="BSD GPL-2" SLOT="0" 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 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening test zstd" VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc |