commit: 254fc97a21e9f1b573990387f216057f0ed28678
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 12:57:33 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jun 23 12:57:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=254fc97a
games-util/legendary: disable py3.12
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
games-util/legendary/legendary-0.20.34.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/legendary/legendary-0.20.34.ebuild
b/games-util/legendary/legendary-0.20.34.ebuild
index 2354ed6c1..27da08a53 100644
--- a/games-util/legendary/legendary-0.20.34.ebuild
+++ b/games-util/legendary/legendary-0.20.34.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1