Skip to content

Commit

Permalink
gnome-base/gnome-shell: add python3.6 compat
Browse files Browse the repository at this point in the history
gnome-shell-extension-tool works fine, gnome-shell-perf-tool was broken
before already (reported as bug #652584)

Package-Manager: Portage-2.3.28, Repoman-2.3.9
  • Loading branch information
leio committed Apr 5, 2018
1 parent 3199716 commit e22b147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=6
GNOME2_LA_PUNT="yes"
GNOME2_EAUTORECONF="yes"
PYTHON_COMPAT=( python{3_4,3_5} )
PYTHON_COMPAT=( python3_{4,5,6} )

inherit gnome2 multilib pax-utils python-r1 systemd

Expand Down

0 comments on commit e22b147

Please sign in to comment.