commit: 467cf9bffc996d7c17979afc14b024fc71105095
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 20:43:32 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 23:13:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467cf9bf
dev-games/cegui: enable py3.10
Not 100% sure if this is fine, but probably the same could be said
of any PYTHON_COMPAT it has given its only revdep (sumwars) does
not use [python] (least of this package's problems either way).
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-games/cegui/cegui-0.8.7-r100.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-games/cegui/cegui-0.8.7-r100.ebuild
b/dev-games/cegui/cegui-0.8.7-r100.ebuild
index 808eccd66654..0fa81c36501e 100644
--- a/dev-games/cegui/cegui-0.8.7-r100.ebuild
+++ b/dev-games/cegui/cegui-0.8.7-r100.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# TODO: multiple ABI?
LUA_COMPAT=( lua5-1 )
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit flag-o-matic cmake lua-single python-single-r1
DESCRIPTION="Crazy Eddie's GUI System"