diff options
author | Sam James <sam@gentoo.org> | 2024-05-09 12:24:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-09 12:32:38 +0100 |
commit | e0dbada882268ca1b1b3cc2a062e3b9274d7e132 (patch) | |
tree | 5fb6b0d890b47cd95ec4312e0226bdbd4c4f0856 /sys-apps/findutils/findutils-4.9.0-r2.ebuild | |
parent | sys-auth/ssh-import-id: enable py3.12 (diff) | |
download | gentoo-e0dbada882268ca1b1b3cc2a062e3b9274d7e132.tar.gz gentoo-e0dbada882268ca1b1b3cc2a062e3b9274d7e132.tar.bz2 gentoo-e0dbada882268ca1b1b3cc2a062e3b9274d7e132.zip |
sys-apps/findutils: enable py3.12
Closes: https://bugs.gentoo.org/929811
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/findutils/findutils-4.9.0-r2.ebuild')
-rw-r--r-- | sys-apps/findutils/findutils-4.9.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/findutils/findutils-4.9.0-r2.ebuild b/sys-apps/findutils/findutils-4.9.0-r2.ebuild index 2d767d0f1a44..8639894b2a7f 100644 --- a/sys-apps/findutils/findutils-4.9.0-r2.ebuild +++ b/sys-apps/findutils/findutils-4.9.0-r2.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_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/findutils.asc inherit flag-o-matic python-any-r1 verify-sig |