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/qutebrowser-9999.ebuild | |
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/qutebrowser-9999.ebuild')
-rw-r--r-- | www-client/qutebrowser/qutebrowser-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |