commit: 2d27430276befe1409e8afd4e7c7f247228a6142 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Fri May 20 12:09:23 2022 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Fri May 20 12:09:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d274302
net-misc/python-x2go: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/846164 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> net-misc/python-x2go/python-x2go-0.6.1.3.ebuild | 6 +++--- 1 file 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"
