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: Sat, 07 May 2022 07:17:15
Message-Id: 1651907818.7b7659c90c48337af4e0e7ac547e461dee5dcbec.sam@gentoo
1 commit: 7b7659c90c48337af4e0e7ac547e461dee5dcbec
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 06:38:31 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 07:16:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7659c9
7
8 net-vpn/tor: add Python 3.10
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-vpn/tor/tor-0.4.6.10.ebuild | 2 +-
13 net-vpn/tor/tor-0.4.7.7.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-vpn/tor/tor-0.4.6.10.ebuild b/net-vpn/tor/tor-0.4.6.10.ebuild
17 index 0e0a28e5d34e..e5d94f3b2d67 100644
18 --- a/net-vpn/tor/tor-0.4.6.10.ebuild
19 +++ b/net-vpn/tor/tor-0.4.6.10.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI="8"
23
24 -PYTHON_COMPAT=( python3_{8,9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26 inherit python-any-r1 readme.gentoo-r1 systemd verify-sig
27
28 MY_PV="$(ver_rs 4 -)"
29
30 diff --git a/net-vpn/tor/tor-0.4.7.7.ebuild b/net-vpn/tor/tor-0.4.7.7.ebuild
31 index 3be286d5dfb2..ff633774bff4 100644
32 --- a/net-vpn/tor/tor-0.4.7.7.ebuild
33 +++ b/net-vpn/tor/tor-0.4.7.7.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI="8"
37
38 -PYTHON_COMPAT=( python3_{8,9} )
39 +PYTHON_COMPAT=( python3_{8..10} )
40 inherit python-any-r1 readme.gentoo-r1 systemd verify-sig
41
42 MY_PV="$(ver_rs 4 -)"