diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-11-08 17:33:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-01 11:52:52 +0000 |
commit | 81e8a3f8cfea8b14d29fd04bd8fcd365bf21977c (patch) | |
tree | d1e158da5b33da5451b1d54fa54c393c8a479763 /media-gfx/gimp | |
parent | sys-apps/checkpolicy: Force checkpoilcy-3.6 to use libsepol-3.6 (diff) | |
download | gentoo-81e8a3f8cfea8b14d29fd04bd8fcd365bf21977c.tar.gz gentoo-81e8a3f8cfea8b14d29fd04bd8fcd365bf21977c.tar.bz2 gentoo-81e8a3f8cfea8b14d29fd04bd8fcd365bf21977c.zip |
media-gfx/gimp: enable py3.13
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-3.0.0_rc1.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gimp/gimp-3.0.0_rc1.ebuild b/media-gfx/gimp/gimp-3.0.0_rc1.ebuild index 357b6ffb72e4..00639d92cbe4 100644 --- a/media-gfx/gimp/gimp-3.0.0_rc1.ebuild +++ b/media-gfx/gimp/gimp-3.0.0_rc1.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) VALA_USE_DEPEND=vapigen inherit lua-single meson python-single-r1 toolchain-funcs vala xdg diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 473f80d33404..918db05ef232 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) VALA_USE_DEPEND=vapigen inherit git-r3 lua-single meson python-single-r1 toolchain-funcs vala xdg |