diff options
author | Sam James <sam@gentoo.org> | 2022-01-04 20:31:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-04 20:45:04 +0000 |
commit | 8c95d212974e95e5a7059fea757954eee0166ff2 (patch) | |
tree | 2df6d18fcc2482ec521a2153f245aabe79872d2f /media-gfx/mypaint | |
parent | dev-python/pygments: Keyword 2.11.1 s390, #830328 (diff) | |
download | gentoo-8c95d212974e95e5a7059fea757954eee0166ff2.tar.gz gentoo-8c95d212974e95e5a7059fea757954eee0166ff2.tar.bz2 gentoo-8c95d212974e95e5a7059fea757954eee0166ff2.zip |
media-gfx/mypaint: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/mypaint')
-rw-r--r-- | media-gfx/mypaint/mypaint-2.0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild b/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild index 197c29a79191..63497e65a90b 100644 --- a/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild +++ b/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_SINGLE_IMPL=1 inherit desktop distutils-r1 xdg |