diff options
author | Sam James <sam@gentoo.org> | 2022-05-31 11:48:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-31 12:20:01 +0100 |
commit | 8b56db50646ba63b69a2dddf31407009528ae6b0 (patch) | |
tree | 0209333785513c7f726d6d79cf4c4c53beb693d7 /net-vpn | |
parent | net-analyzer/snmpclitools: update EAPI 7 -> 8 (diff) | |
download | gentoo-8b56db50646ba63b69a2dddf31407009528ae6b0.tar.gz gentoo-8b56db50646ba63b69a2dddf31407009528ae6b0.tar.bz2 gentoo-8b56db50646ba63b69a2dddf31407009528ae6b0.zip |
net-vpn/6tunnel: enable py3.10, py3.11 and disable py3.7
Closes: https://bugs.gentoo.org/846182
Signed-off-by: Sam James <sam@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 201a18088321..96ad38638cdb 100644 --- a/net-vpn/6tunnel/6tunnel-0.13.ebuild +++ b/net-vpn/6tunnel/6tunnel-0.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-any-r1 DESCRIPTION="TCP proxy for applications that don't speak IPv6" |