diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2021-09-22 11:25:04 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2021-09-22 11:25:04 -0400 |
commit | 6c02fcbf2b257193372ef792fb1b8d955b961db3 (patch) | |
tree | 25770e814d28cc07096e0117a2da4dbb55b9d133 /net-vpn | |
parent | sci-mathematics/pari: remove old "unused" 2.13.x ebuilds. (diff) | |
download | gentoo-6c02fcbf2b257193372ef792fb1b8d955b961db3.tar.gz gentoo-6c02fcbf2b257193372ef792fb1b8d955b961db3.tar.bz2 gentoo-6c02fcbf2b257193372ef792fb1b8d955b961db3.zip |
net-vpn/tor: return KEYWORDS to ~arch
Even though KEYWORDS are shielded when ${PV} == *_alpha*
let's return them to ~arch for when 0.4.7 is bumped
to stable upstream.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.7.1_alpha.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-0.4.7.1_alpha.ebuild b/net-vpn/tor/tor-0.4.7.1_alpha.ebuild index 2bfba3ee842d..ce288604e867 100644 --- a/net-vpn/tor/tor-0.4.7.1_alpha.ebuild +++ b/net-vpn/tor/tor-0.4.7.1_alpha.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PF}" LICENSE="BSD GPL-2" SLOT="0" if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then - KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv x86 ~ppc-macos" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~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 |