diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-03-26 13:06:42 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-03-26 13:17:00 -0400 |
commit | aef863b8288d6e77915189c39855fce653eaf8fb (patch) | |
tree | 4409e965ffc955dbd46b06458d1cbeb49b9705b8 /dev-games | |
parent | dev-games/godot: mark as LTO unsafe for now (diff) | |
download | gentoo-aef863b8288d6e77915189c39855fce653eaf8fb.tar.gz gentoo-aef863b8288d6e77915189c39855fce653eaf8fb.tar.bz2 gentoo-aef863b8288d6e77915189c39855fce653eaf8fb.zip |
dev-games/godot: enable py3.12 for SLOT=3
Meant to wait until a release to test given it'd likely include
3.12 fixes if any are needed, but SLOT=3 releases have gotten
sparse and it seems to be build fine (only used for scons).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/godot/godot-3.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-games/godot/godot-3.5.3.ebuild b/dev-games/godot/godot-3.5.3.ebuild index 8fadd2b5d978..c4e78535e32d 100644 --- a/dev-games/godot/godot-3.5.3.ebuild +++ b/dev-games/godot/godot-3.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop python-any-r1 scons-utils shell-completion toolchain-funcs xdg DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor" |