From 1674d67e18902c1456b38b2d699696ca565ee949 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 11 Feb 2022 17:48:25 -0500 Subject: games-fps/chocolate-doom: enable py3.10 Signed-off-by: Ionen Wolkens --- games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'games-fps') diff --git a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild b/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild index 02a5356a9c32..742738aa4981 100644 --- a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild +++ b/games-fps/chocolate-doom/chocolate-doom-3.0.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_{8,9} ) - +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools prefix python-any-r1 xdg DESCRIPTION="A Doom source port that is minimalist and historically accurate" -- cgit v1.2.3-65-gdbad