From 2e041b2c5eaa998db4d0582a74b7168d07862b18 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens <ionen@gentoo.org> Date: Fri, 11 Feb 2022 16:38:35 -0500 Subject: games-fps/doomsday: enable py3.10 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> --- games-fps/doomsday/doomsday-2.1.1-r1.ebuild | 5 ++--- games-fps/doomsday/doomsday-2.3.0.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'games-fps/doomsday') diff --git a/games-fps/doomsday/doomsday-2.1.1-r1.ebuild b/games-fps/doomsday/doomsday-2.1.1-r1.ebuild index 8b9bca7a3b92..fbb7fa20132f 100644 --- a/games-fps/doomsday/doomsday-2.1.1-r1.ebuild +++ b/games-fps/doomsday/doomsday-2.1.1-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) - +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-any-r1 qmake-utils readme.gentoo-r1 DESCRIPTION="A modern gaming engine for Doom, Heretic, and Hexen" diff --git a/games-fps/doomsday/doomsday-2.3.0.ebuild b/games-fps/doomsday/doomsday-2.3.0.ebuild index 8b9bca7a3b92..fbb7fa20132f 100644 --- a/games-fps/doomsday/doomsday-2.3.0.ebuild +++ b/games-fps/doomsday/doomsday-2.3.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) - +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-any-r1 qmake-utils readme.gentoo-r1 DESCRIPTION="A modern gaming engine for Doom, Heretic, and Hexen" -- cgit v1.2.3-65-gdbad