commit: d8d92175b9f0b9593127f45b1c15a0293c742186 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 3 05:43:29 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 3 05:43:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d92175
sys-auth/fprintd: enable py3.12 Closes: https://bugs.gentoo.org/929823 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/fprintd/fprintd-1.94.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/fprintd/fprintd-1.94.2.ebuild b/sys-auth/fprintd/fprintd-1.94.2.ebuild index 452126569d70..fedf15b5b50c 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson pam python-any-r1 systemd
