commit: 6532ac7d5108414aae742e5317da1b523ff8afc1 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com> AuthorDate: Sun Apr 9 11:43:05 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 12 21:06:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6532ac7d
www-client/qutebrowser: python 3.6 support Bug: https://bugs.gentoo.org/612502 Closes: https://github.com/gentoo/gentoo/pull/4395 www-client/qutebrowser/qutebrowser-0.9.1.ebuild | 4 ++-- www-client/qutebrowser/qutebrowser-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/qutebrowser/qutebrowser-0.9.1.ebuild b/www-client/qutebrowser/qutebrowser-0.9.1.ebuild index cd2375a8b40..212b2805644 100644 --- a/www-client/qutebrowser/qutebrowser-0.9.1.ebuild +++ b/www-client/qutebrowser/qutebrowser-0.9.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit gnome2-utils distutils-r1 eutils fdo-mime diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index cd2375a8b40..beb78cba8f3 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit gnome2-utils distutils-r1 eutils fdo-mime
