diff options
author | Sam James <sam@gentoo.org> | 2022-05-07 07:38:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-07 08:16:58 +0100 |
commit | 7b7659c90c48337af4e0e7ac547e461dee5dcbec (patch) | |
tree | 2dc73848874013dd4978a935f5f7de550aa6f0e4 /net-vpn | |
parent | sys-apps/i2c-tools: enable py3.10 (diff) | |
download | gentoo-7b7659c90c48337af4e0e7ac547e461dee5dcbec.tar.gz gentoo-7b7659c90c48337af4e0e7ac547e461dee5dcbec.tar.bz2 gentoo-7b7659c90c48337af4e0e7ac547e461dee5dcbec.zip |
net-vpn/tor: add Python 3.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/tor-0.4.6.10.ebuild | 2 | ||||
-rw-r--r-- | net-vpn/tor/tor-0.4.7.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/tor/tor-0.4.6.10.ebuild b/net-vpn/tor/tor-0.4.6.10.ebuild index 0e0a28e5d34e..e5d94f3b2d67 100644 --- a/net-vpn/tor/tor-0.4.6.10.ebuild +++ b/net-vpn/tor/tor-0.4.6.10.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-any-r1 readme.gentoo-r1 systemd verify-sig MY_PV="$(ver_rs 4 -)" diff --git a/net-vpn/tor/tor-0.4.7.7.ebuild b/net-vpn/tor/tor-0.4.7.7.ebuild index 3be286d5dfb2..ff633774bff4 100644 --- a/net-vpn/tor/tor-0.4.7.7.ebuild +++ b/net-vpn/tor/tor-0.4.7.7.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-any-r1 readme.gentoo-r1 systemd verify-sig MY_PV="$(ver_rs 4 -)" |