commit: 7610dc491e9c2b26544956b4651a51086a6906da Author: Cédric Krier <cedk <AT> gentoo <DOT> org> AuthorDate: Fri Jul 1 07:19:44 2022 +0000 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org> CommitDate: Fri Jul 1 07:19:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7610dc49
www-apps/roundup: support Python 3.10 Closes: https://bugs.gentoo.org/846344 Signed-off-by: Cédric Krier <cedk <AT> gentoo.org> www-apps/roundup/roundup-2.0.0-r1.ebuild | 2 +- www-apps/roundup/roundup-2.1.0-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/roundup/roundup-2.0.0-r1.ebuild b/www-apps/roundup/roundup-2.0.0-r1.ebuild index 7a5a687eb89b..0a9b6b7ecd33 100644 --- a/www-apps/roundup/roundup-2.0.0-r1.ebuild +++ b/www-apps/roundup/roundup-2.0.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/www-apps/roundup/roundup-2.1.0-r1.ebuild b/www-apps/roundup/roundup-2.1.0-r1.ebuild index 46b7a8361e12..a1aad702ad80 100644 --- a/www-apps/roundup/roundup-2.1.0-r1.ebuild +++ b/www-apps/roundup/roundup-2.1.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 MY_P=${P/_/}