From f05e2f2a8b653dc51d1e58dbf59336fe08dd95ac Mon Sep 17 00:00:00 2001 From: Antonis Tatmichalis Date: Sun, 9 Nov 2025 19:57:07 +0200 Subject: [PATCH] sys-auth/elogind: enable py3.14 Signed-off-by: Antonis Tatmichalis Part-of: https://github.com/gentoo/gentoo/pull/44554 Closes: https://github.com/gentoo/gentoo/pull/44554 Signed-off-by: Andreas Sturmlechner --- sys-auth/elogind/elogind-255.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/elogind/elogind-255.17-r1.ebuild b/sys-auth/elogind/elogind-255.17-r1.ebuild index 052b2e02b4c3d..9360bdbc5b9d9 100644 --- a/sys-auth/elogind/elogind-255.17-r1.ebuild +++ b/sys-auth/elogind/elogind-255.17-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) if [[ ${PV} = *9999* ]]; then EGIT_BRANCH="v255-stable"