From 1f3891c6e25f71d575d804dc8d1e53b6571fa1b4 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Wed, 1 Jul 2020 12:37:57 +0200 Subject: app-emulation/protontricks-1.4.1-r1: support python3_9 Builds and tests fine. Signed-off-by: Marek Szuba --- app-emulation/protontricks/protontricks-1.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild b/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild index d17ef1b45996..e8c4edf44be5 100644 --- a/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild +++ b/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend -- cgit v1.2.3-65-gdbad