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/6tunnel/
Date: Tue, 31 May 2022 11:20:23
Message-Id: 1653996001.8b56db50646ba63b69a2dddf31407009528ae6b0.sam@gentoo
1 commit: 8b56db50646ba63b69a2dddf31407009528ae6b0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 10:48:08 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 11:20:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b56db50
7
8 net-vpn/6tunnel: enable py3.10, py3.11 and disable py3.7
9
10 Closes: https://bugs.gentoo.org/846182
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-vpn/6tunnel/6tunnel-0.13.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-vpn/6tunnel/6tunnel-0.13.ebuild b/net-vpn/6tunnel/6tunnel-0.13.ebuild
17 index 201a18088321..96ad38638cdb 100644
18 --- a/net-vpn/6tunnel/6tunnel-0.13.ebuild
19 +++ b/net-vpn/6tunnel/6tunnel-0.13.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..11} )
29 inherit python-any-r1
30
31 DESCRIPTION="TCP proxy for applications that don't speak IPv6"