diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-05-20 14:09:23 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-05-20 14:09:42 +0200 |
commit | 2d27430276befe1409e8afd4e7c7f247228a6142 (patch) | |
tree | 6f3845c8cec01e79378cfec538965b11168a1cdd /net-misc | |
parent | dev-python/simplebayes: update EAPI 7 -> 8 (diff) | |
download | gentoo-2d27430276befe1409e8afd4e7c7f247228a6142.tar.gz gentoo-2d27430276befe1409e8afd4e7c7f247228a6142.tar.bz2 gentoo-2d27430276befe1409e8afd4e7c7f247228a6142.zip |
net-misc/python-x2go: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/846164
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/python-x2go/python-x2go-0.6.1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild b/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild index 8b908430c3c8..dc74d5a2132e 100644 --- a/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild +++ b/net-misc/python-x2go/python-x2go-0.6.1.3.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 client-side Python API" |