From 956f9c2f19dce82bbec5cd02bdba52a37cfaaec7 Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Tue, 15 Apr 2025 22:19:35 +0900 Subject: [PATCH] net-vpn/gp-saml-gui: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/931472 Signed-off-by: Takuya Wakazono --- net-vpn/gp-saml-gui/gp-saml-gui-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-vpn/gp-saml-gui/gp-saml-gui-9999.ebuild b/net-vpn/gp-saml-gui/gp-saml-gui-9999.ebuild index 8eee18886b..69d61fb7ae 100644 --- a/net-vpn/gp-saml-gui/gp-saml-gui-9999.ebuild +++ b/net-vpn/gp-saml-gui/gp-saml-gui-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 git-r3 DESCRIPTION="Interactively authenticate to GlobalProtect VPNs that require SAML" @@ -18,6 +18,6 @@ SLOT="0" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}] - net-libs/webkit-gtk:4 + net-libs/webkit-gtk:4.1 net-vpn/openconnect "