commit: f3489e8da4fc83b9254d6087fb0b500b7da08c26 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Jun 10 17:53:15 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Jun 10 17:53:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3489e8d
dev-libs/Ice: add python3_10 support Closes: https://bugs.gentoo.org/845657 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> 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 7a584459e1ec..e42e4205502a 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"
