summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-02-11 15:43:32 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-02-11 18:13:56 -0500
commit467cf9bffc996d7c17979afc14b024fc71105095 (patch)
tree55c8b876b40684046723280dce0bfae3159a43f7 /dev-games/cegui
parentgames-puzzle/brainworkshop: enable py3.10 (diff)
downloadgentoo-467cf9bffc996d7c17979afc14b024fc71105095.tar.gz
gentoo-467cf9bffc996d7c17979afc14b024fc71105095.tar.bz2
gentoo-467cf9bffc996d7c17979afc14b024fc71105095.zip
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@gentoo.org>
Diffstat (limited to 'dev-games/cegui')
-rw-r--r--dev-games/cegui/cegui-0.8.7-r100.ebuild4
1 files 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"