diff --git a/dev-python/control/control-0.9.0-r1.ebuild b/dev-python/control/control-0.9.0-r2.ebuild similarity index 93% rename from dev-python/control/control-0.9.0-r1.ebuild rename to dev-python/control/control-0.9.0-r2.ebuild index df5e8cc..b870aa4 100644 --- a/dev-python/control/control-0.9.0-r1.ebuild +++ b/dev-python/control/control-0.9.0-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI="8" -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 DESCRIPTION="Python Control Systems Library"