diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-06 14:44:35 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-06 14:50:49 -0400 |
commit | e126f00251c01fde2e8726106542e8e23e735557 (patch) | |
tree | 42434bede5402e4bb74a1d299e30383e8c468631 /media-libs/libmypaint | |
parent | media-libs/graphene: enable py3.12 (diff) | |
download | gentoo-e126f00251c01fde2e8726106542e8e23e735557.tar.gz gentoo-e126f00251c01fde2e8726106542e8e23e735557.tar.bz2 gentoo-e126f00251c01fde2e8726106542e8e23e735557.zip |
media-libs/libmypaint: enable py3.12
fwics this is only used for build-time generate.py, and
it builds fine.
Revbump to update BDEPEND given default switch to 3.12
is close and it may not get a bump before then.
Closes: https://bugs.gentoo.org/929643
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-libs/libmypaint')
-rw-r--r-- | media-libs/libmypaint/libmypaint-1.6.1-r3.ebuild (renamed from media-libs/libmypaint/libmypaint-1.6.1-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libmypaint/libmypaint-1.6.1-r2.ebuild b/media-libs/libmypaint/libmypaint-1.6.1-r3.ebuild index 47ae783200df..bc0c2a66922f 100644 --- a/media-libs/libmypaint/libmypaint-1.6.1-r2.ebuild +++ b/media-libs/libmypaint/libmypaint-1.6.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit libtool python-any-r1 toolchain-funcs |