dev-libs/Ice: add python3_10 support

Closes: https://bugs.gentoo.org/845657
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2022-06-10 19:53:15 +02:00
parent 022b29a84c
commit f3489e8da4

View File

@@ -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"