Skip to content

Commit

Permalink
app-doc/gimp-help: disable py3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Dec 23, 2023
1 parent d421ff6 commit 8542b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit python-any-r1

DESCRIPTION="GNU Image Manipulation Program help files"
Expand Down
2 changes: 1 addition & 1 deletion app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit python-any-r1

DESCRIPTION="GNU Image Manipulation Program help files"
Expand Down

0 comments on commit 8542b9e

Please sign in to comment.