From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC9AA15817D for ; Thu, 6 Jun 2024 13:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4C18E2A78; Thu, 6 Jun 2024 13:49:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B44DDE2A78 for ; Thu, 6 Jun 2024 13:49:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AADD333BF08 for ; Thu, 6 Jun 2024 13:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BC4E1396 for ; Thu, 6 Jun 2024 13:49:03 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1717681486.994e662897051081e2128ee413748b2aa5017232.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/audit/audit-3.1.1.ebuild sys-process/audit/audit-3.1.2.ebuild X-VCS-Directories: sys-process/audit/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 994e662897051081e2128ee413748b2aa5017232 X-VCS-Branch: master Date: Thu, 6 Jun 2024 13:49:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07241753-b435-4d02-bdcb-998b4f8751e1 X-Archives-Hash: 572024f43fd4c7aad1ec249a9fbb175e commit: 994e662897051081e2128ee413748b2aa5017232 Author: Kenton Groombridge gentoo org> AuthorDate: Thu Jun 6 13:30:35 2024 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Thu Jun 6 13:44:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994e6628 sys-process/audit: enable py3.12 Closes: https://bugs.gentoo.org/929866 Signed-off-by: Kenton Groombridge gentoo.org> sys-process/audit/audit-3.1.1.ebuild | 2 +- sys-process/audit/audit-3.1.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/audit/audit-3.1.1.ebuild b/sys-process/audit/audit-3.1.1.ebuild index ffb298d10bcd..347a7e71e862 100644 --- a/sys-process/audit/audit-3.1.1.ebuild +++ b/sys-process/audit/audit-3.1.1.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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript diff --git a/sys-process/audit/audit-3.1.2.ebuild b/sys-process/audit/audit-3.1.2.ebuild index c599682bae4c..b4be6f0deebc 100644 --- a/sys-process/audit/audit-3.1.2.ebuild +++ b/sys-process/audit/audit-3.1.2.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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools multilib-minimal toolchain-funcs python-r1 linux-info systemd usr-ldscript