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-proxy/trojan/
Date: Wed, 01 Jun 2022 01:51:29
Message-Id: 1654047764.283d2a9c4d105ec018723be9f31a3fabdd2a25ae.sam@gentoo
1 commit: 283d2a9c4d105ec018723be9f31a3fabdd2a25ae
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 01:42:44 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 01:42:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283d2a9c
7
8 net-proxy/trojan: enable py3.10 and disable py3.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-proxy/trojan/trojan-1.16.0-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-proxy/trojan/trojan-1.16.0-r2.ebuild b/net-proxy/trojan/trojan-1.16.0-r2.ebuild
16 index 181c880f56cb..36c1a9d0370e 100644
17 --- a/net-proxy/trojan/trojan-1.16.0-r2.ebuild
18 +++ b/net-proxy/trojan/trojan-1.16.0-r2.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 DISABLE_AUTOFORMATTING=1
27 FORCE_PRINT_ELOG=1
28 -PYTHON_COMPAT=( python3_{7..9} )
29 +PYTHON_COMPAT=( python3_{8..10} )
30
31 inherit cmake python-any-r1 systemd readme.gentoo-r1
32 DESCRIPTION="An unidentifiable mechanism that helps you bypass GFW"