summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2022-07-01 09:19:44 +0200
committerCédric Krier <cedk@gentoo.org>2022-07-01 09:19:44 +0200
commit7610dc491e9c2b26544956b4651a51086a6906da (patch)
tree8b5f848e40222fbe5136284f75c1d3d99928b9db
parentdev-java/byaccj: Stabilize 1.15-r3 ppc64, #855359 (diff)
downloadgentoo-7610dc491e9c2b26544956b4651a51086a6906da.tar.gz
gentoo-7610dc491e9c2b26544956b4651a51086a6906da.tar.bz2
gentoo-7610dc491e9c2b26544956b4651a51086a6906da.zip
www-apps/roundup: support Python 3.10
Closes: https://bugs.gentoo.org/846344 Signed-off-by: Cédric Krier <cedk@gentoo.org>
-rw-r--r--www-apps/roundup/roundup-2.0.0-r1.ebuild2
-rw-r--r--www-apps/roundup/roundup-2.1.0-r1.ebuild2
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/_/}