Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/
Date: Sun, 12 Feb 2017 22:20:56
Message-Id: 1486937992.d893f0cb63d0073fa1afbef27048835ae390cc65.zmedico@gentoo
1 commit: d893f0cb63d0073fa1afbef27048835ae390cc65
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 18:16:03 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 22:19:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d893f0cb
7
8 dev-python/regendoc: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/regendoc/regendoc-0.5.ebuild | 4 ++--
13 dev-python/regendoc/regendoc-0.6.1.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/regendoc/regendoc-0.5.ebuild b/dev-python/regendoc/regendoc-0.5.ebuild
17 index 9dc014369a..96e6ea917c 100644
18 --- a/dev-python/regendoc/regendoc-0.5.ebuild
19 +++ b/dev-python/regendoc/regendoc-0.5.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27
28 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
29 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
30
31 inherit distutils-r1
32
33
34 diff --git a/dev-python/regendoc/regendoc-0.6.1.ebuild b/dev-python/regendoc/regendoc-0.6.1.ebuild
35 index f74f9df072..e6269aed0e 100644
36 --- a/dev-python/regendoc/regendoc-0.6.1.ebuild
37 +++ b/dev-python/regendoc/regendoc-0.6.1.ebuild
38 @@ -1,10 +1,10 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Id$
43
44 EAPI=5
45
46 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
47 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
48
49 inherit distutils-r1