mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
gnome-base/gnome-shell: add python3.6 compat
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user