sys-auth/elogind: enable py3.14

Signed-off-by: Antonis Tatmichalis <antonistatmichalis@outlook.com>
Part-of: https://github.com/gentoo/gentoo/pull/44554
Closes: https://github.com/gentoo/gentoo/pull/44554
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Antonis Tatmichalis
2025-11-09 19:57:07 +02:00
committed by Andreas Sturmlechner
parent 4acd6f21e5
commit f05e2f2a8b

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
if [[ ${PV} = *9999* ]]; then
EGIT_BRANCH="v255-stable"