diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-04-29 11:44:45 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-04-29 20:48:57 +0200 |
commit | 5e4c4af3449ee4d52275222c514e770d94ee4c21 (patch) | |
tree | 9667f873bca17745e1968df952d67cc80fd5c786 /net-vpn | |
parent | dev-util/bpftool: Workaround rst2man extension change (diff) | |
download | gentoo-5e4c4af3449ee4d52275222c514e770d94ee4c21.tar.gz gentoo-5e4c4af3449ee4d52275222c514e770d94ee4c21.tar.bz2 gentoo-5e4c4af3449ee4d52275222c514e770d94ee4c21.zip |
net-vpn/6tunnel: disable py3.9
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/6tunnel/6tunnel-0.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/6tunnel/6tunnel-0.13.ebuild b/net-vpn/6tunnel/6tunnel-0.13.ebuild index 671c2632db71..d596a0a12817 100644 --- a/net-vpn/6tunnel/6tunnel-0.13.ebuild +++ b/net-vpn/6tunnel/6tunnel-0.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 DESCRIPTION="TCP proxy for applications that don't speak IPv6" |