Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/
Date: Wed, 12 Apr 2017 21:06:12
Message-Id: 1492031165.6532ac7d5108414aae742e5317da1b523ff8afc1.mgorny@gentoo
1 commit: 6532ac7d5108414aae742e5317da1b523ff8afc1
2 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 9 11:43:05 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 21:06:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6532ac7d
7
8 www-client/qutebrowser: python 3.6 support
9
10 Bug: https://bugs.gentoo.org/612502
11 Closes: https://github.com/gentoo/gentoo/pull/4395
12
13 www-client/qutebrowser/qutebrowser-0.9.1.ebuild | 4 ++--
14 www-client/qutebrowser/qutebrowser-9999.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/www-client/qutebrowser/qutebrowser-0.9.1.ebuild b/www-client/qutebrowser/qutebrowser-0.9.1.ebuild
18 index cd2375a8b40..212b2805644 100644
19 --- a/www-client/qutebrowser/qutebrowser-0.9.1.ebuild
20 +++ b/www-client/qutebrowser/qutebrowser-0.9.1.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -PYTHON_COMPAT=( python{3_4,3_5} )
28 +PYTHON_COMPAT=( python{3_4,3_5,3_6} )
29
30 inherit gnome2-utils distutils-r1 eutils fdo-mime
31
32
33 diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild
34 index cd2375a8b40..beb78cba8f3 100644
35 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild
36 +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild
37 @@ -2,7 +2,7 @@
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 -PYTHON_COMPAT=( python{3_4,3_5} )
42 +PYTHON_COMPAT=( python{3_4,3_5,3_6} )
43
44 inherit gnome2-utils distutils-r1 eutils fdo-mime