commit: e35b362773a79c8a2ac9b0e7f3410ec3691e31dc Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Tue Oct 14 10:07:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 19 16:38:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35b3627
net-vpn/eduvpn-client: disable py3.10 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/44173 Signed-off-by: Sam James <sam <AT> gentoo.org> net-vpn/eduvpn-client/eduvpn-client-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild b/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild index 245a82ca54a3..24626b44a8dd 100644 --- a/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild +++ b/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild @@ -7,7 +7,7 @@ DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" DOCS_DIR="doc" -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 docs xdg @@ -47,7 +47,8 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] net-misc/networkmanager - >=net-vpn/eduvpn-common-3[${PYTHON_USEDEP}] + >=net-vpn/eduvpn-common-4[${PYTHON_USEDEP}] + <net-vpn/eduvpn-common-5[${PYTHON_USEDEP}] x11-libs/libnotify "
