commit: b5e2a0d680b109a2a42393772eb9eafddaaa2bae Author: Amel Hodzic <ilmostro7 <AT> gmail <DOT> com> AuthorDate: Mon Jun 8 07:51:39 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Jun 8 07:52:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e2a0d6
net-vpn/protonvpn-cli: enable python-3.7, 3.8 Closes: https://bugs.gentoo.org/718460 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Amel Hodzic <ilmostro7 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15744 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild index d1f445f5b0e..f236a0d4fb2 100644 --- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild +++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend
