Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/gftools/
Date: Mon, 21 Jun 2021 02:52:27
Message-Id: 1624242851.ed7fe83466f61e7b073069f7dd6a44b6f7ca7d2c.Alessandro-Barbieri@gentoo
1 commit: ed7fe83466f61e7b073069f7dd6a44b6f7ca7d2c
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 21 02:34:11 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Jun 21 02:34:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed7fe834
7
8 dev-util/gftools: enable py3.9
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-util/gftools/gftools-0.6.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/gftools/gftools-0.6.2.ebuild b/dev-util/gftools/gftools-0.6.2.ebuild
16 index e9947f613..580240739 100644
17 --- a/dev-util/gftools/gftools-0.6.2.ebuild
18 +++ b/dev-util/gftools/gftools-0.6.2.ebuild
19 @@ -5,7 +5,7 @@ EAPI=7
20
21 COMMIT="0fe81a08dee6e7614c0f196e6668a9aafaad0d3e"
22 DISTUTILS_SINGLE_IMPL=1
23 -PYTHON_COMPAT=( python3_8 )
24 +PYTHON_COMPAT=( python3_{8..9} )
25
26 inherit distutils-r1