commit: f851b812176e1becea54ab0abfd941489129d9ab Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 15:30:49 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 15:31:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f851b812
net-vpn/openconnect: enable py3.12 Closes: https://bugs.gentoo.org/929745 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-vpn/openconnect/openconnect-9.12.ebuild | 2 +- net-vpn/openconnect/openconnect-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-vpn/openconnect/openconnect-9.12.ebuild b/net-vpn/openconnect/openconnect-9.12.ebuild index 3918970bc11e..1fd9c6ff0cf3 100644 --- a/net-vpn/openconnect/openconnect-9.12.ebuild +++ b/net-vpn/openconnect/openconnect-9.12.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit linux-info python-any-r1 diff --git a/net-vpn/openconnect/openconnect-9999.ebuild b/net-vpn/openconnect/openconnect-9999.ebuild index e93dcc8dc7af..a170cffeb3c6 100644 --- a/net-vpn/openconnect/openconnect-9999.ebuild +++ b/net-vpn/openconnect/openconnect-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2011-2023 Gentoo Authors +# Copyright 2011-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit linux-info python-any-r1
