diff --git a/dev-python/itsdangerous/itsdangerous-0.24.ebuild b/dev-python/itsdangerous/itsdangerous-0.24.ebuild index fed022104eded..bf684ca5723b8 100644 --- a/dev-python/itsdangerous/itsdangerous-0.24.ebuild +++ b/dev-python/itsdangerous/itsdangerous-0.24.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1