diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-27 22:54:20 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-27 23:27:18 +0200 |
commit | a4ecf2f5ae5f54f5bb07c33ce6a727ba7e34040f (patch) | |
tree | c2f9d957c95768f744c008ca4bd34e43289561ed /net-misc | |
parent | app-emulation/virtualbox-extpack-oracle: add 6.1.36 (diff) | |
download | gentoo-a4ecf2f5ae5f54f5bb07c33ce6a727ba7e34040f.tar.gz gentoo-a4ecf2f5ae5f54f5bb07c33ce6a727ba7e34040f.tar.bz2 gentoo-a4ecf2f5ae5f54f5bb07c33ce6a727ba7e34040f.zip |
net-misc/pyhoca-gui: 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-gui/pyhoca-gui-0.6.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild index 671e506e1ffe..3705cbbe5314 100644 --- a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild +++ b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.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 graphical client applet" |