diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-02-11 16:38:35 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-02-11 18:13:57 -0500 |
commit | 2e041b2c5eaa998db4d0582a74b7168d07862b18 (patch) | |
tree | ca073ed3ad655bab3f12386483d617ef4d7b034c /games-fps/doomsday | |
parent | games-util/nml: add 0.6.1, modernize and enable py3.10 (diff) | |
download | gentoo-2e041b2c5eaa998db4d0582a74b7168d07862b18.tar.gz gentoo-2e041b2c5eaa998db4d0582a74b7168d07862b18.tar.bz2 gentoo-2e041b2c5eaa998db4d0582a74b7168d07862b18.zip |
games-fps/doomsday: enable py3.10
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-fps/doomsday')
-rw-r--r-- | games-fps/doomsday/doomsday-2.1.1-r1.ebuild | 5 | ||||
-rw-r--r-- | games-fps/doomsday/doomsday-2.3.0.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
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" |