diff options
author | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
commit | ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 (patch) | |
tree | 3a39616d9a763db526cec9d2562da20ec1c456a8 /sys-process/audit | |
parent | sci-mathematics/form: bump to 4.3.0 (diff) | |
download | gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.gz gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.bz2 gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.zip |
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-process/audit')
-rw-r--r-- | sys-process/audit/audit-3.0-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-process/audit/audit-3.0.6-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-process/audit/audit-3.0.7-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-process/audit/audit-3.0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/audit/audit-3.0.9-r1.ebuild | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/sys-process/audit/audit-3.0-r2.ebuild b/sys-process/audit/audit-3.0-r2.ebuild index 4446d3daba15..9fff712f7911 100644 --- a/sys-process/audit/audit-3.0-r2.ebuild +++ b/sys-process/audit/audit-3.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_9 ) inherit multilib multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript diff --git a/sys-process/audit/audit-3.0.6-r2.ebuild b/sys-process/audit/audit-3.0.6-r2.ebuild index 552096ee5f15..10d1ec62119c 100644 --- a/sys-process/audit/audit-3.0.6-r2.ebuild +++ b/sys-process/audit/audit-3.0.6-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript diff --git a/sys-process/audit/audit-3.0.7-r2.ebuild b/sys-process/audit/audit-3.0.7-r2.ebuild index eef2938cd549..0b4fa332e869 100644 --- a/sys-process/audit/audit-3.0.7-r2.ebuild +++ b/sys-process/audit/audit-3.0.7-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript 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 diff --git a/sys-process/audit/audit-3.0.9-r1.ebuild b/sys-process/audit/audit-3.0.9-r1.ebuild index cd894f28013c..786fde7caa73 100644 --- a/sys-process/audit/audit-3.0.9-r1.ebuild +++ b/sys-process/audit/audit-3.0.9-r1.ebuild @@ -7,7 +7,7 @@ EAPI=8 # 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 |