Skip to content

Commit

Permalink
app-misc/golly: Remove py2.7 where possible
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Aug 2, 2020
1 parent c58dd88 commit 4255d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-misc/golly/golly-3.3-r3.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=( python{2_7,3_{7,8,9}} )
PYTHON_COMPAT=( python3_{7,8,9} )

inherit autotools desktop python-single-r1 wxwidgets xdg-utils

Expand Down

0 comments on commit 4255d37

Please sign in to comment.