From b51f87961d2c5e7c09a2020f3b5871b7dfe8381e Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Sat, 3 Sep 2022 21:54:13 +0200 Subject: [PATCH] games-util/legendary: enable py3.11 Signed-off-by: Ronny (tastytea) Gutbrod --- games-util/legendary/legendary-0.20.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/legendary/legendary-0.20.28.ebuild b/games-util/legendary/legendary-0.20.28.ebuild index afaf69375a..b23539c5cd 100644 --- a/games-util/legendary/legendary-0.20.28.ebuild +++ b/games-util/legendary/legendary-0.20.28.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1