diff options
author | Sam James <sam@gentoo.org> | 2022-07-19 18:48:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-19 18:48:52 +0000 |
commit | 9f4cc39c66047811a159c39ee6620d5ad2e5f1fe (patch) | |
tree | 301f45732692272bb650c51d306c8f79d7668695 /app-admin/calamares | |
parent | media-video/popcorntime-bin: drop 0.4.7 (diff) | |
download | gentoo-9f4cc39c66047811a159c39ee6620d5ad2e5f1fe.tar.gz gentoo-9f4cc39c66047811a159c39ee6620d5ad2e5f1fe.tar.bz2 gentoo-9f4cc39c66047811a159c39ee6620d5ad2e5f1fe.zip |
app-admin/calamares: enable py3.10
Closes: https://bugs.gentoo.org/845423
Thanks-to: Joost Ruis <joost.ruis@sabayonlinux.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/calamares')
-rw-r--r-- | app-admin/calamares/calamares-3.2.32.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/calamares/calamares-3.2.32.1-r1.ebuild b/app-admin/calamares/calamares-3.2.32.1-r1.ebuild index 8777435dad90..5e4cccfaf89e 100644 --- a/app-admin/calamares/calamares-3.2.32.1-r1.ebuild +++ b/app-admin/calamares/calamares-3.2.32.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 ECM_TEST="true" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit ecm python-single-r1 |