diff options
author | Sam James <sam@gentoo.org> | 2022-06-01 09:09:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-01 09:11:28 +0100 |
commit | 4e515ef225a31948ce40e89213ea7bf168656ac4 (patch) | |
tree | cd6f87ba6e3674900317cd5ff8105e8504db9613 /sys-apps/findutils | |
parent | dev-python/pyopenssl: ppc stable wrt bug #848648 (diff) | |
download | gentoo-4e515ef225a31948ce40e89213ea7bf168656ac4.tar.gz gentoo-4e515ef225a31948ce40e89213ea7bf168656ac4.tar.bz2 gentoo-4e515ef225a31948ce40e89213ea7bf168656ac4.zip |
sys-apps/findutils: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/findutils')
-rw-r--r-- | sys-apps/findutils/findutils-4.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/findutils/findutils-4.9.0.ebuild b/sys-apps/findutils/findutils-4.9.0.ebuild index 775ec3a0f635..87b3edc629d7 100644 --- a/sys-apps/findutils/findutils-4.9.0.ebuild +++ b/sys-apps/findutils/findutils-4.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/findutils.asc inherit flag-o-matic python-any-r1 verify-sig |