diff --git a/dev-python/doc8/doc8-0.6.0.ebuild b/dev-python/doc8/doc8-0.6.0.ebuild index ba242e7b0d7a9..835cf3c0debb7 100644 --- a/dev-python/doc8/doc8-0.6.0.ebuild +++ b/dev-python/doc8/doc8-0.6.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1