aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-05-14 19:28:28 -0400
committerJulien Roy <julien@jroy.ca>2024-05-14 20:44:43 -0400
commit890feb964539d55a3c0e9d290daacb9eee5d7f3e (patch)
treee09b8712f007963deab27f6ceff15217af6c6db9
parentdev-python/mobi: enable py3.12 (diff)
downloadguru-890feb964539d55a3c0e9d290daacb9eee5d7f3e.tar.gz
guru-890feb964539d55a3c0e9d290daacb9eee5d7f3e.tar.bz2
guru-890feb964539d55a3c0e9d290daacb9eee5d7f3e.zip
games-fps/crispy-doom: enable py3.12, py3.13
Closes: https://bugs.gentoo.org/931450 Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r--games-fps/crispy-doom/crispy-doom-5.12.0.ebuild4
-rw-r--r--games-fps/crispy-doom/crispy-doom-6.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild b/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild
index d5d62b632..60823967d 100644
--- a/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild
+++ b/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10,11} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit autotools prefix python-any-r1 xdg
diff --git a/games-fps/crispy-doom/crispy-doom-6.0.ebuild b/games-fps/crispy-doom/crispy-doom-6.0.ebuild
index f132f0113..f4dfd0191 100644
--- a/games-fps/crispy-doom/crispy-doom-6.0.ebuild
+++ b/games-fps/crispy-doom/crispy-doom-6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit autotools prefix python-any-r1 xdg