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: dev-python/pypeg2/
Date: Wed, 12 Apr 2017 21:06:13
Message-Id: 1492031164.c814d60b0307c8226a0585e56a83840b5d0213b0.mgorny@gentoo
1 commit: c814d60b0307c8226a0585e56a83840b5d0213b0
2 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 9 11:42:15 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 21:06:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c814d60b
7
8 dev-python/pypeg2: python 3.6 support
9
10 dev-python/pypeg2/pypeg2-2.15.2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
14 index 2954c19a110..38cd3e2e042 100644
15 --- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild
16 +++ b/dev-python/pypeg2/pypeg2-2.15.2.ebuild
17 @@ -1,8 +1,8 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
25
26 inherit distutils-r1