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