diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-02-11 15:43:32 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-02-11 18:13:56 -0500 |
commit | 467cf9bffc996d7c17979afc14b024fc71105095 (patch) | |
tree | 55c8b876b40684046723280dce0bfae3159a43f7 /dev-games/cegui | |
parent | games-puzzle/brainworkshop: enable py3.10 (diff) | |
download | gentoo-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.ebuild | 4 |
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" |