diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-01-21 09:51:11 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-01-21 09:51:47 +0800 |
commit | de547aab939095c5e3bc605bae5df2348c5fb517 (patch) | |
tree | 8c099b56e8f58f3a48fb45765fd5aa29c29783b3 /net-proxy | |
parent | profiles: add sys-apps/groff[uchardet] bug ref (diff) | |
download | gentoo-de547aab939095c5e3bc605bae5df2348c5fb517.tar.gz gentoo-de547aab939095c5e3bc605bae5df2348c5fb517.tar.bz2 gentoo-de547aab939095c5e3bc605bae5df2348c5fb517.zip |
net-proxy/trojan: bump PYTHON_COMPAT versions
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/trojan/trojan-1.16.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-proxy/trojan/trojan-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-proxy/trojan/trojan-1.16.0-r1.ebuild b/net-proxy/trojan/trojan-1.16.0-r1.ebuild index 21f494f1364d..43966961b727 100644 --- a/net-proxy/trojan/trojan-1.16.0-r1.ebuild +++ b/net-proxy/trojan/trojan-1.16.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit cmake python-any-r1 systemd diff --git a/net-proxy/trojan/trojan-9999.ebuild b/net-proxy/trojan/trojan-9999.ebuild index fd0888f198b4..bf515ed07305 100644 --- a/net-proxy/trojan/trojan-9999.ebuild +++ b/net-proxy/trojan/trojan-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6..9} ) EGIT_REPO_URI="https://github.com/trojan-gfw/trojan.git" inherit cmake git-r3 python-any-r1 systemd |