Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/python-x2go/
Date: Fri, 20 May 2022 12:09:54
Message-Id: 1653048582.2d27430276befe1409e8afd4e7c7f247228a6142.voyageur@gentoo
1 commit: 2d27430276befe1409e8afd4e7c7f247228a6142
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 12:09:23 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 12:09:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d274302
7
8 net-misc/python-x2go: update EAPI 7 -> 8
9
10 Closes: https://bugs.gentoo.org/846164
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 net-misc/python-x2go/python-x2go-0.6.1.3.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 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
17 index 8b908430c3c8..dc74d5a2132e 100644
18 --- a/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild
19 +++ b/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 -PYTHON_COMPAT=( python3_{7..9} )
29 +PYTHON_COMPAT=( python3_{7..10} )
30 inherit distutils-r1
31
32 DESCRIPTION="X2Go client-side Python API"