Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/pybugz/
Date: Wed, 09 Aug 2017 18:08:13
Message-Id: 1502302070.1df4f4bc9e90e99cfecd881de489d2ce79deaa37.alexxy@gentoo
1 commit: 1df4f4bc9e90e99cfecd881de489d2ce79deaa37
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 9 18:07:50 2017 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 9 18:07:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df4f4bc
7
8 www-client/pybugz: Works with py3_6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 www-client/pybugz/pybugz-0.13.ebuild | 2 +-
13 www-client/pybugz/pybugz-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-client/pybugz/pybugz-0.13.ebuild b/www-client/pybugz/pybugz-0.13.ebuild
17 index 8c60c0ae338..1376fb7ff52 100644
18 --- a/www-client/pybugz/pybugz-0.13.ebuild
19 +++ b/www-client/pybugz/pybugz-0.13.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 -PYTHON_COMPAT=( python3_4 python3_5 )
25 +PYTHON_COMPAT=( python3_{4,5,6} )
26 PYTHON_REQ_USE="readline(+)"
27
28 if [ "${PV}" = "9999" ]; then
29
30 diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild
31 index 50fd5e4d8a9..580e0af4cd1 100644
32 --- a/www-client/pybugz/pybugz-9999.ebuild
33 +++ b/www-client/pybugz/pybugz-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=5
38 -PYTHON_COMPAT=( python3_4 python3_5 )
39 +PYTHON_COMPAT=( python3_{4,5,6} )
40 PYTHON_REQ_USE="readline(+)"
41
42 if [ "${PV}" = "9999" ]; then