diff options
Diffstat (limited to 'sys-process/audit/audit-3.0.8-r1.ebuild')
-rw-r--r-- | sys-process/audit/audit-3.0.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/audit/audit-3.0.8-r1.ebuild b/sys-process/audit/audit-3.0.8-r1.ebuild index a91da25d14bf..f785fbc7c6b1 100644 --- a/sys-process/audit/audit-3.0.8-r1.ebuild +++ b/sys-process/audit/audit-3.0.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ EAPI=7 # check Fedora's packaging (https://src.fedoraproject.org/rpms/audit/tree/rawhide) # on bumps (or if hitting a bug) to see what they've done there. -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript |