diff --git a/dev-util/comparator/comparator-2.12.ebuild b/dev-util/comparator/comparator-2.12.ebuild index 8fa2b78830309..e8870a5c7a095 100644 --- a/dev-util/comparator/comparator-2.12.ebuild +++ b/dev-util/comparator/comparator-2.12.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) + +PYTHON_COMPAT=( python3_{6..9} ) + DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 toolchain-funcs