Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mygpoclient/
Date: Sun, 30 Aug 2020 09:56:05
Message-Id: 1598780697.4eac54db48645975b86a3c4480c6d08c73d15b7c.fordfrog@gentoo
1 commit: 4eac54db48645975b86a3c4480c6d08c73d15b7c
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 09:44:57 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 09:44:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eac54db
7
8 dev-python/mygpoclient: added py3_{8,9}
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 dev-python/mygpoclient/mygpoclient-1.8.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/mygpoclient/mygpoclient-1.8.ebuild b/dev-python/mygpoclient/mygpoclient-1.8.ebuild
17 index fdbdb4a3a89..6b99d161726 100644
18 --- a/dev-python/mygpoclient/mygpoclient-1.8.ebuild
19 +++ b/dev-python/mygpoclient/mygpoclient-1.8.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26
27 inherit distutils-r1 eutils