commit: 939a950e5ddd2846047495463e9b296ea005236f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 25 20:26:42 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 25 20:26:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939a950e
sys-auth/fprintd: enable py3.13 Closes: https://bugs.gentoo.org/952722 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/fprintd/fprintd-1.94.2.ebuild | 4 ++-- sys-auth/fprintd/fprintd-1.94.3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-auth/fprintd/fprintd-1.94.2.ebuild b/sys-auth/fprintd/fprintd-1.94.2.ebuild index bc73bc40c378..f9b0e8b9d881 100644 --- a/sys-auth/fprintd/fprintd-1.94.2.ebuild +++ b/sys-auth/fprintd/fprintd-1.94.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit meson pam python-any-r1 systemd diff --git a/sys-auth/fprintd/fprintd-1.94.3.ebuild b/sys-auth/fprintd/fprintd-1.94.3.ebuild index c3ce3840b14d..6ea8649b3566 100644 --- a/sys-auth/fprintd/fprintd-1.94.3.ebuild +++ b/sys-auth/fprintd/fprintd-1.94.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit meson pam python-any-r1 systemd
