diff options
author | James Le Cuirot <chewi@gentoo.org> | 2025-01-21 22:51:50 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2025-01-21 22:51:50 +0000 |
commit | 0414b654ee77957d2e295ee3ef0ef646b705f644 (patch) | |
tree | 3d76f5bfe0d4638ea84bb4033472fa361a2747a6 /games-action | |
parent | media-gfx/luminance-hdr: Fix build w/ boost-1.87 (diff) | |
download | gentoo-0414b654ee77957d2e295ee3ef0ef646b705f644.tar.gz gentoo-0414b654ee77957d2e295ee3ef0ef646b705f644.tar.bz2 gentoo-0414b654ee77957d2e295ee3ef0ef646b705f644.zip |
games-action/dxx-rebirth: Add python3_13
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild | 4 | ||||
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild index f6d44fc7f1d5..0efe97aac6f6 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild @@ -1,9 +1,9 @@ -# Copyright 2017-2024 Gentoo Authors +# Copyright 2017-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) MY_COMMIT="27cbf1ba87e6d60809c43246e2eef760fcd26d13" # Games under Gentoo are marked as 'testing' by convention diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index 07770afca75a..796cc427505a 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2017-2024 Gentoo Authors +# Copyright 2017-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) MY_COMMIT="" # Games under Gentoo are marked as 'testing' by convention |