commit: a4372f64f9287fa75aba5606bb952a6c73834e46 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Feb 25 17:44:41 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Feb 25 17:45:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4372f64
dev-games/tiled: disable python3_13t - couldn't test it properly, disable just in case. Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-games/tiled/tiled-1.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/tiled/tiled-1.11.2.ebuild b/dev-games/tiled/tiled-1.11.2.ebuild index 9723a7280592..20092295a136 100644 --- a/dev-games/tiled/tiled-1.11.2.ebuild +++ b/dev-games/tiled/tiled-1.11.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{{11..13},13t} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit edo flag-o-matic multiprocessing python-single-r1 toolchain-funcs xdg DESCRIPTION="A general purpose tile map editor"