diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-28 16:53:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-28 17:27:05 +0200 |
commit | ad3ca1107f325ca86fa42f507be3af626ba6a5a7 (patch) | |
tree | bb7157edeac35a0142ca57dfcb8dfa4065acadc5 | |
parent | games-emulation/m64py: Bump to 0.2.5_p20231226 (diff) | |
download | gentoo-ad3ca1107f325ca86fa42f507be3af626ba6a5a7.tar.gz gentoo-ad3ca1107f325ca86fa42f507be3af626ba6a5a7.tar.bz2 gentoo-ad3ca1107f325ca86fa42f507be3af626ba6a5a7.zip |
games-fps/freedoom-data: Enable py3.12
Closes: https://bugs.gentoo.org/929583
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild b/games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild index 38169472ccd2..14d73d3f3fd6 100644 --- a/games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild +++ b/games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit prefix python-any-r1 xdg |