commit: c1cc2af3b3257e24697cc191f27ee0a9df352c10
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 22 18:03:28 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 18:03:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cc2af3
net-vpn/eduvpn-client: Stabilize 4.5.1 amd64, #958866
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-vpn/eduvpn-client/eduvpn-client-4.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-vpn/eduvpn-client/eduvpn-client-4.5.1.ebuild
b/net-vpn/eduvpn-client/eduvpn-client-4.5.1.ebuild
index f945657b46a4..6c7b53be7e0d 100644
--- a/net-vpn/eduvpn-client/eduvpn-client-4.5.1.ebuild
+++ b/net-vpn/eduvpn-client/eduvpn-client-4.5.1.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
@@ -29,7 +29,7 @@ else
https://codeberg.org/eduVPN/linux-app/releases/download/${PV}/${MY_P}.tar.xz ->
${P}.tar.xz
verify-sig? (
https://codeberg.org/eduVPN/linux-app/releases/download/${PV}/${MY_P}.tar.xz.asc
-> ${P}.tar.xz.asc )
"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${MY_P}"
fi