From 50f81b09ffb2ebc1b94ceedc763e77ad598b4426 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 12 Jan 2021 13:54:05 +0000 Subject: [PATCH] games-fps/doomsday: add Python 3.8, 3.9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James --- games-fps/doomsday/doomsday-2.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/doomsday/doomsday-2.1.1-r1.ebuild b/games-fps/doomsday/doomsday-2.1.1-r1.ebuild index 8aa9456f57520..47cd24259c184 100644 --- a/games-fps/doomsday/doomsday-2.1.1-r1.ebuild +++ b/games-fps/doomsday/doomsday-2.1.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit cmake python-any-r1 qmake-utils readme.gentoo-r1