diff --git a/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild index ce81a4d41c2b8..1bc2731e35ee8 100644 --- a/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild +++ b/dev-python/python-keystoneclient/python-keystoneclient-1.7.3.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1