commit: ff9224fb5438d19e45520f4e777365e6fee88376 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Mon Nov 6 10:27:30 2017 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Mon Nov 6 10:27:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9224fb
x11-wm/qtile: add py36 support to live ebuild x11-wm/qtile/qtile-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild index 80d12e0f254..fc96c05526e 100644 --- a/x11-wm/qtile/qtile-9999.ebuild +++ b/x11-wm/qtile/qtile-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 virtualx