From f3489e8da4fc83b9254d6087fb0b500b7da08c26 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Fri, 10 Jun 2022 19:53:15 +0200 Subject: [PATCH] dev-libs/Ice: add python3_10 support Closes: https://bugs.gentoo.org/845657 Signed-off-by: Conrad Kostecki --- dev-libs/Ice/Ice-3.6.5-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/Ice/Ice-3.6.5-r2.ebuild b/dev-libs/Ice/Ice-3.6.5-r2.ebuild index 7a584459e1ec2..e42e4205502ab 100644 --- a/dev-libs/Ice/Ice-3.6.5-r2.ebuild +++ b/dev-libs/Ice/Ice-3.6.5-r2.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 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) RUBY_OPTIONAL="yes" USE_RUBY="ruby26"