Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/incremental/
Date: Wed, 29 Mar 2017 01:43:20
Message-Id: 1490751785.f8af193293783964580d5d82071ed1e45c7a2fff.dolsen@gentoo
1 commit: f8af193293783964580d5d82071ed1e45c7a2fff
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 28 22:23:04 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 29 01:43:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8af1932
7
8 dev-python/incremental: Add python-3.6 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
11
12 dev-python/incremental/incremental-16.10.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/incremental/incremental-16.10.1.ebuild b/dev-python/incremental/incremental-16.10.1.ebuild
16 index 4aaa8f52e4f..07dbe7021fe 100644
17 --- a/dev-python/incremental/incremental-16.10.1.ebuild
18 +++ b/dev-python/incremental/incremental-16.10.1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy)
25
26 inherit distutils-r1