commit: 956f9c2f19dce82bbec5cd02bdba52a37cfaaec7 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Apr 15 13:19:35 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Tue Apr 15 13:19:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=956f9c2f
net-vpn/gp-saml-gui: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/931472 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> 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 8eee18886..69d61fb7a 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 "
