Skip to content

Commit

Permalink
app-editors/gedit: enable python3.{7,8}
Browse files Browse the repository at this point in the history
Closes: gentoo#12341
Signed-off-by: Joonas Niilola <[email protected]>
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
juippis authored and mattst88 committed Dec 4, 2019
1 parent 2499377 commit 9425b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-editors/gedit/gedit-3.32.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="6"
GNOME2_LA_PUNT="yes" # plugins are dlopened
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_{5,6,7,8} )
VALA_MIN_API_VERSION="0.26"
VALA_USE_DEPEND="vapigen"

Expand Down

0 comments on commit 9425b39

Please sign in to comment.