diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-27 22:55:03 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-27 23:27:18 +0200 |
commit | 5e4f6906e4cdebda370d135a633de245f2fb3785 (patch) | |
tree | c7e3b8d26e6ceb316e7c3433010a8795c83e60db /net-misc | |
parent | net-misc/pyhoca-gui: update PYTHON_COMPAT (diff) | |
download | gentoo-5e4f6906e4cdebda370d135a633de245f2fb3785.tar.gz gentoo-5e4f6906e4cdebda370d135a633de245f2fb3785.tar.bz2 gentoo-5e4f6906e4cdebda370d135a633de245f2fb3785.zip |
net-misc/pyhoca-cli: update PYTHON_COMPAT
Bug: https://bugs.gentoo.org/861221
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild b/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild index 153510b8ebcd..1568b9c349d1 100644 --- a/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild +++ b/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="X2Go command line client" |