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-python/cotyledon/
Date: Sat, 09 Oct 2021 02:59:33
Message-Id: 1633748275.39ea7a659cda52e6ee87afa780e6d8a5317b5e26.Alessandro-Barbieri@gentoo
1 commit: 39ea7a659cda52e6ee87afa780e6d8a5317b5e26
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 9 02:57:55 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 9 02:57:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39ea7a65
7
8 dev-python/cotyledon: enable py3.9
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/cotyledon/cotyledon-1.7.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cotyledon/cotyledon-1.7.3.ebuild b/dev-python/cotyledon/cotyledon-1.7.3.ebuild
16 index 2ffb23ff4..12d80c5d4 100644
17 --- a/dev-python/cotyledon/cotyledon-1.7.3.ebuild
18 +++ b/dev-python/cotyledon/cotyledon-1.7.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_8 )
24 +PYTHON_COMPAT=( python3_{8..9} )
25
26 inherit distutils-r1