diff options
author | Sam James <sam@gentoo.org> | 2022-06-01 02:42:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-01 02:42:44 +0100 |
commit | 283d2a9c4d105ec018723be9f31a3fabdd2a25ae (patch) | |
tree | 1e328f9c942f58289c41bf122e0816b4aa788fbe /net-proxy | |
parent | dev-python/pysrt: EAPI 8, Python 3.11, PEP517 (diff) | |
download | gentoo-283d2a9c4d105ec018723be9f31a3fabdd2a25ae.tar.gz gentoo-283d2a9c4d105ec018723be9f31a3fabdd2a25ae.tar.bz2 gentoo-283d2a9c4d105ec018723be9f31a3fabdd2a25ae.zip |
net-proxy/trojan: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/trojan/trojan-1.16.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |