From 283d2a9c4d105ec018723be9f31a3fabdd2a25ae Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 1 Jun 2022 02:42:44 +0100 Subject: net-proxy/trojan: enable py3.10 and disable py3.7 Signed-off-by: Sam James --- net-proxy/trojan/trojan-1.16.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-proxy/trojan') diff --git a/net-proxy/trojan/trojan-1.16.0-r2.ebuild b/net-proxy/trojan/trojan-1.16.0-r2.ebuild index 181c880f56cb..36c1a9d0370e 100644 --- a/net-proxy/trojan/trojan-1.16.0-r2.ebuild +++ b/net-proxy/trojan/trojan-1.16.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISABLE_AUTOFORMATTING=1 FORCE_PRINT_ELOG=1 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-any-r1 systemd readme.gentoo-r1 DESCRIPTION="An unidentifiable mechanism that helps you bypass GFW" -- cgit v1.2.3-65-gdbad