summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMykyta Holubakha <hilobakho@gmail.com>2017-04-09 14:42:15 +0300
committerMichał Górny <mgorny@gentoo.org>2017-04-12 23:06:04 +0200
commitc814d60b0307c8226a0585e56a83840b5d0213b0 (patch)
treeb2f3d8849c44f813f3bde598f2c2b50a36af85ee /dev-python
parent3a1188b5e0769701d888cf9c49b688824f9e1fa0 (diff)
downloadgentoo-c814d60b0307c8226a0585e56a83840b5d0213b0.tar.gz
gentoo-c814d60b0307c8226a0585e56a83840b5d0213b0.tar.xz
dev-python/pypeg2: python 3.6 support
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pypeg2/pypeg2-2.15.2.ebuild4
1 files 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