commit: 8f3a20be0ec7651424042d2854499b67a2e7d201
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Jun 23 12:04:40 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jun 23 12:04:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f3a20be
games-util/legendary: enable py3.12
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
games-util/legendary/legendary-0.20.34.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-util/legendary/legendary-0.20.34.ebuild
b/games-util/legendary/legendary-0.20.34.ebuild
index f9ba96a48..2354ed6c1 100644
--- a/games-util/legendary/legendary-0.20.34.ebuild
+++ b/games-util/legendary/legendary-0.20.34.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1