diff options
Diffstat (limited to 'dev-python/pycparser/pycparser-2.14.ebuild')
-rw-r--r-- | dev-python/pycparser/pycparser-2.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycparser/pycparser-2.14.ebuild b/dev-python/pycparser/pycparser-2.14.ebuild index 0b29b2dad40..c7fc55640f5 100644 --- a/dev-python/pycparser/pycparser-2.14.ebuild +++ b/dev-python/pycparser/pycparser-2.14.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 vcs-snapshot |