summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-31 11:48:08 +0100
committerSam James <sam@gentoo.org>2022-05-31 12:20:01 +0100
commit8b56db50646ba63b69a2dddf31407009528ae6b0 (patch)
tree0209333785513c7f726d6d79cf4c4c53beb693d7
parentnet-analyzer/snmpclitools: update EAPI 7 -> 8 (diff)
downloadgentoo-8b56db50.tar.gz
gentoo-8b56db50.tar.bz2
gentoo-8b56db50.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>
-rw-r--r--net-vpn/6tunnel/6tunnel-0.13.ebuild4
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"