diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2017-04-09 14:42:15 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-12 23:06:04 +0200 |
commit | c814d60b0307c8226a0585e56a83840b5d0213b0 (patch) | |
tree | b2f3d8849c44f813f3bde598f2c2b50a36af85ee /dev-python/pypeg2 | |
parent | dev-python/cssutils: python 3.6 support (diff) | |
download | gentoo-c814d60b0307c8226a0585e56a83840b5d0213b0.tar.gz gentoo-c814d60b0307c8226a0585e56a83840b5d0213b0.tar.bz2 gentoo-c814d60b0307c8226a0585e56a83840b5d0213b0.zip |
dev-python/pypeg2: python 3.6 support
Diffstat (limited to 'dev-python/pypeg2')
-rw-r--r-- | dev-python/pypeg2/pypeg2-2.15.2.ebuild | 4 |
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 2954c19a110b..38cd3e2e042c 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 |