diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2017-04-09 14:43:05 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-12 23:06:05 +0200 |
commit | 6532ac7d5108414aae742e5317da1b523ff8afc1 (patch) | |
tree | 8301ce8748ca599ff3e942a3234c2c3d75d8099a /www-client/qutebrowser | |
parent | dev-python/pypeg2: python 3.6 support (diff) | |
download | gentoo-6532ac7d5108414aae742e5317da1b523ff8afc1.tar.gz gentoo-6532ac7d5108414aae742e5317da1b523ff8afc1.tar.bz2 gentoo-6532ac7d5108414aae742e5317da1b523ff8afc1.zip |
www-client/qutebrowser: python 3.6 support
Bug: https://bugs.gentoo.org/612502
Closes: https://github.com/gentoo/gentoo/pull/4395
Diffstat (limited to 'www-client/qutebrowser')
-rw-r--r-- | www-client/qutebrowser/qutebrowser-0.9.1.ebuild | 4 | ||||
-rw-r--r-- | 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 cd2375a8b40c..212b2805644f 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 cd2375a8b40c..beb78cba8f38 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 |