Skip to content

Commit

Permalink
media-gfx/gimp: enable py3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Jordan <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
immolo authored and thesamesam committed Dec 1, 2024
1 parent f3637ec commit 81e8a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-gfx/gimp/gimp-3.0.0_rc1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion media-gfx/gimp/gimp-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81e8a3f

Please sign in to comment.