commit: bba2ba52c533efebf979e0d8dff390e4f565940b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:03:22 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 18:03:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba2ba52
www-apps/roundup: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-apps/roundup/roundup-2.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/roundup/roundup-2.3.0.ebuild
b/www-apps/roundup/roundup-2.3.0.ebuild
index e0c8789e5243..b28057d4d482 100644
--- a/www-apps/roundup/roundup-2.3.0.ebuild
+++ b/www-apps/roundup/roundup-2.3.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_12 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi