commit:     e22b1478b0dac6ccc3f762ebb087938d4ceef6bd
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 12:33:10 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 12:33:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22b1478

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

 gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild
index 6f8c3695054..7dff8d52412 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild
@@ -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
 

Reply via email to