diff --git a/dev-python/click-repl/click-repl-0.2.0.ebuild b/dev-python/click-repl/click-repl-0.2.0-r1.ebuild similarity index 87% rename from dev-python/click-repl/click-repl-0.2.0.ebuild rename to dev-python/click-repl/click-repl-0.2.0-r1.ebuild index a2cad4ed6b..286f62d63d 100644 --- a/dev-python/click-repl/click-repl-0.2.0.ebuild +++ b/dev-python/click-repl/click-repl-0.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1