diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-18 10:29:41 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-18 10:50:23 -0500 |
commit | 132f0105f90e0efcb482bb87e34748191ffadd95 (patch) | |
tree | 030437f4cfb7c46a4f0d7e6a73f7bc6b713a7baa /dev-games | |
parent | */*: Retire proxied maintainer Gino McCarty (diff) | |
download | gentoo-132f0105f90e0efcb482bb87e34748191ffadd95.tar.gz gentoo-132f0105f90e0efcb482bb87e34748191ffadd95.tar.bz2 gentoo-132f0105f90e0efcb482bb87e34748191ffadd95.zip |
dev-games/godot: enable py3.11 for slot 3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/godot/godot-3.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-games/godot/godot-3.5.1.ebuild b/dev-games/godot/godot-3.5.1.ebuild index fe72ed2f2dec..46062505910b 100644 --- a/dev-games/godot/godot-3.5.1.ebuild +++ b/dev-games/godot/godot-3.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs xdg DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor" |