diff --git a/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild index e90c60923977c..279468beeb114 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1