diff options
author | 2024-06-03 06:43:29 +0100 | |
---|---|---|
committer | 2024-06-03 06:43:29 +0100 | |
commit | d8d92175b9f0b9593127f45b1c15a0293c742186 (patch) | |
tree | 27ba0fc55858754e95dfad1b659e7f197f53796d /sys-auth | |
parent | sys-auth/libfprint: fix skipping tests w/ missing deps (diff) | |
download | gentoo-d8d92175b9f0b9593127f45b1c15a0293c742186.tar.gz gentoo-d8d92175b9f0b9593127f45b1c15a0293c742186.tar.bz2 gentoo-d8d92175b9f0b9593127f45b1c15a0293c742186.zip |
sys-auth/fprintd: enable py3.12
Closes: https://bugs.gentoo.org/929823
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/fprintd/fprintd-1.94.2.ebuild | 4 |
1 files 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 |