commit: f05e2f2a8b653dc51d1e58dbf59336fe08dd95ac Author: Antonis Tatmichalis <antonistatmichalis <AT> outlook <DOT> com> AuthorDate: Sun Nov 9 17:57:07 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 9 21:36:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05e2f2a
sys-auth/elogind: enable py3.14 Signed-off-by: Antonis Tatmichalis <antonistatmichalis <AT> 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 <AT> gentoo.org> 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 052b2e02b4c3..9360bdbc5b9d 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"
