Skip to content

Commit

Permalink
media-gfx/hugin: Enable py3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Apr 20, 2021
1 parent 993c552 commit c4118c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-gfx/hugin/hugin-2020.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

WX_GTK_VER="3.0-gtk3"
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7..9} )

inherit python-single-r1 wxwidgets cmake xdg

Expand Down
2 changes: 1 addition & 1 deletion media-gfx/hugin/hugin-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

WX_GTK_VER="3.0-gtk3"
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7..9} )

inherit mercurial python-single-r1 wxwidgets cmake xdg

Expand Down

0 comments on commit c4118c5

Please sign in to comment.