From 4610afaa29fbf1ce9f900bc5a119b8fd9b47b583 Mon Sep 17 00:00:00 2001 From: Kp Date: Mon, 7 Nov 2022 01:59:34 +0000 Subject: [PATCH] Update Gentoo ebuild PYTHON_COMPAT to Python3.10 Python3.9 is no longer used with SConstruct, so drop it from PYTHON_COMPAT. It may still work, but is not supported. --- contrib/gentoo/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gentoo/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/contrib/gentoo/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index dd444a40e..b1c5092ae 100644 --- a/contrib/gentoo/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/contrib/gentoo/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -8,7 +8,7 @@ # terms and a link to the Git history. EAPI=7 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_10 ) inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg if [[ "$PV" = 9999 ]]; then