diff options
author | Xin Yang <yangmame@icloud.com> | 2024-04-13 18:24:06 +0800 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-13 16:09:06 +0200 |
commit | 46fba48edea512362ea7bf53ae4f468abdecf8a5 (patch) | |
tree | 143e83d7b7538199cc9016776a210e276c9bd285 /net-proxy | |
parent | dev-libs/thrift: Add subslot (diff) | |
download | gentoo-46fba48edea512362ea7bf53ae4f468abdecf8a5.tar.gz gentoo-46fba48edea512362ea7bf53ae4f468abdecf8a5.tar.bz2 gentoo-46fba48edea512362ea7bf53ae4f468abdecf8a5.zip |
net-proxy/trojan: enable py3.12
Signed-off-by: Xin Yang <yangmame@icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/36234
Signed-off-by: Michał Górny <mgorny@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 50c1e89008da..b5b332947cbb 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-2023 Gentoo Authors +# Copyright 1999-2024 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-any-r1 systemd readme.gentoo-r1 DESCRIPTION="An unidentifiable mechanism that helps you bypass GFW" |