diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-06-10 19:53:15 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-06-10 19:53:15 +0200 |
commit | f3489e8da4fc83b9254d6087fb0b500b7da08c26 (patch) | |
tree | 9dec5dd0a27b31f811ac9654b0aec281fe6b4060 /dev-libs/Ice | |
parent | profiles: remove mask for openrc-0.45 (diff) | |
download | gentoo-f3489e8da4fc83b9254d6087fb0b500b7da08c26.tar.gz gentoo-f3489e8da4fc83b9254d6087fb0b500b7da08c26.tar.bz2 gentoo-f3489e8da4fc83b9254d6087fb0b500b7da08c26.zip |
dev-libs/Ice: add python3_10 support
Closes: https://bugs.gentoo.org/845657
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/Ice')
-rw-r--r-- | dev-libs/Ice/Ice-3.6.5-r2.ebuild | 4 |
1 files 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" |