commit: 6c02fcbf2b257193372ef792fb1b8d955b961db3
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 15:25:04 2021 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 15:25:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c02fcbf
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 <AT> gentoo.org>
net-vpn/tor/tor-0.4.7.1_alpha.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 2bfba3ee842..ce288604e86 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