commit: 78e1f7ccb68234b2fe85fd9be95abb73404c14e5
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 19:22:35 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu May 13 19:49:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e1f7cc
app-emulation/protontricks: support python3_10
Builds and installs fine, all tests pass.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emulation/protontricks/protontricks-1.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/protontricks/protontricks-1.5.0.ebuild
b/app-emulation/protontricks/protontricks-1.5.0.ebuild
index 2540f44fa28..06e0a22ded6 100644
--- a/app-emulation/protontricks/protontricks-1.5.0.ebuild
+++ b/app-emulation/protontricks/protontricks-1.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=rdepend