Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/legendary/
Date: Sat, 03 Sep 2022 19:56:34
Message-Id: 1662234853.b51f87961d2c5e7c09a2020f3b5871b7dfe8381e.tastytea@gentoo
1 commit: b51f87961d2c5e7c09a2020f3b5871b7dfe8381e
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sat Sep 3 19:54:13 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sat Sep 3 19:54:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b51f8796
7
8 games-util/legendary: enable py3.11
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 games-util/legendary/legendary-0.20.28.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-util/legendary/legendary-0.20.28.ebuild b/games-util/legendary/legendary-0.20.28.ebuild
16 index afaf69375..b23539c5c 100644
17 --- a/games-util/legendary/legendary-0.20.28.ebuild
18 +++ b/games-util/legendary/legendary-0.20.28.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{9..10} )
24 +PYTHON_COMPAT=( python3_{9..11} )
25 DISTUTILS_SINGLE_IMPL=1
26 inherit distutils-r1