summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-04 09:58:17 +0100
committerSam James <sam@gentoo.org>2024-10-04 09:58:17 +0100
commit5a7a12d8c9f8a2735069288f154ab033d1115580 (patch)
tree978657c6e717544f42b3c83567dc351c929aada5 /games-util
parentkde-plasma/plasma-firewall: enable py3.13 (diff)
downloadgentoo-5a7a12d8c9f8a2735069288f154ab033d1115580.tar.gz
gentoo-5a7a12d8c9f8a2735069288f154ab033d1115580.tar.bz2
gentoo-5a7a12d8c9f8a2735069288f154ab033d1115580.zip
games-util/nml: add note for no py3.13
Bug: https://github.com/OpenTTD/nml/issues/340 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/nml/nml-0.7.5.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/games-util/nml/nml-0.7.5.ebuild b/games-util/nml/nml-0.7.5.ebuild
index 44f64b61cec4..26d49964053c 100644
--- a/games-util/nml/nml-0.7.5.ebuild
+++ b/games-util/nml/nml-0.7.5.ebuild
@@ -6,6 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
+# py3.13: https://github.com/OpenTTD/nml/issues/340
PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1