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: Wed, 28 Dec 2022 22:47:22
Message-Id: 1672267625.ab415100bcdf88ef975e07ebbbf7b31a884dc6da.sam@gentoo
1 commit: ab415100bcdf88ef975e07ebbbf7b31a884dc6da
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 22:47:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 22:47:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab415100
7
8 net-vpn/tor: Stabilize 0.4.7.12 ppc64, #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 acf4849620de..7b6656aba409 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 )"