Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/
Date: Thu, 29 Dec 2022 00:27:54
Message-Id: 1672273654.c896d2308ef049c96c1330706235bf875da0e2e7.sam@gentoo
1 commit: c896d2308ef049c96c1330706235bf875da0e2e7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 00:27:34 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 00:27:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c896d230
7
8 net-vpn/tor: Stabilize 0.4.7.12 arm64, #888799
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-vpn/tor/tor-0.4.7.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-vpn/tor/tor-0.4.7.12.ebuild b/net-vpn/tor/tor-0.4.7.12.ebuild
16 index 7b6656aba409..110f4a5a6738 100644
17 --- a/net-vpn/tor/tor-0.4.7.12.ebuild
18 +++ b/net-vpn/tor/tor-0.4.7.12.ebuild
19 @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_PF}"
20 LICENSE="BSD GPL-2"
21 SLOT="0"
22 if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
23 - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86 ~ppc-macos"
24 + KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86 ~ppc-macos"
25 fi
26 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening test zstd"
27 RESTRICT="!test? ( test )"