commit: 46fba48edea512362ea7bf53ae4f468abdecf8a5 Author: Xin Yang <yangmame <AT> icloud <DOT> com> AuthorDate: Sat Apr 13 10:24:06 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 14:09:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46fba48e
net-proxy/trojan: enable py3.12 Signed-off-by: Xin Yang <yangmame <AT> icloud.com> Closes: https://github.com/gentoo/gentoo/pull/36234 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-proxy/trojan/trojan-1.16.0-r2.ebuild | 4 ++-- 1 file 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"
