Skip to content

Commit

Permalink
app-editors/gedit-plugins: enable python3.{7,8}
Browse files Browse the repository at this point in the history
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 9425b39 commit 9262084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-editors/gedit-plugins/gedit-plugins-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} )
PYTHON_REQ_USE="xml"
VALA_MIN_API_VERSION="0.28"

Expand Down

0 comments on commit 9262084

Please sign in to comment.