diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-05-13 21:22:35 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-05-13 21:49:49 +0200 |
commit | 78e1f7ccb68234b2fe85fd9be95abb73404c14e5 (patch) | |
tree | 8c48a65dfe5a8ffdc8e3e218d985bb35de0de304 /app-emulation | |
parent | app-emulation/libspectrum: drop 1.4.4 (diff) | |
download | gentoo-78e1f7ccb68234b2fe85fd9be95abb73404c14e5.tar.gz gentoo-78e1f7ccb68234b2fe85fd9be95abb73404c14e5.tar.bz2 gentoo-78e1f7ccb68234b2fe85fd9be95abb73404c14e5.zip |
app-emulation/protontricks: support python3_10
Builds and installs fine, all tests pass.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/protontricks/protontricks-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/protontricks/protontricks-1.5.0.ebuild b/app-emulation/protontricks/protontricks-1.5.0.ebuild index 2540f44fa284..06e0a22ded68 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 |