Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/
Date: Wed, 22 Sep 2021 15:27:44
Message-Id: 1632324304.6c02fcbf2b257193372ef792fb1b8d955b961db3.blueness@gentoo
1 commit: 6c02fcbf2b257193372ef792fb1b8d955b961db3
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 15:25:04 2021 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 15:25:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c02fcbf
7
8 net-vpn/tor: return KEYWORDS to ~arch
9
10 Even though KEYWORDS are shielded when ${PV} == *_alpha*
11 let's return them to ~arch for when 0.4.7 is bumped
12 to stable upstream.
13
14 Package-Manager: Portage-3.0.20, Repoman-3.0.3
15 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
16
17 net-vpn/tor/tor-0.4.7.1_alpha.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/net-vpn/tor/tor-0.4.7.1_alpha.ebuild b/net-vpn/tor/tor-0.4.7.1_alpha.ebuild
21 index 2bfba3ee842..ce288604e86 100644
22 --- a/net-vpn/tor/tor-0.4.7.1_alpha.ebuild
23 +++ b/net-vpn/tor/tor-0.4.7.1_alpha.ebuild
24 @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PF}"
25 LICENSE="BSD GPL-2"
26 SLOT="0"
27 if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
28 - KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv x86 ~ppc-macos"
29 + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~ppc-macos"
30 fi
31 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening test zstd"
32 VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc