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 93F2B15817D for ; Mon, 3 Jun 2024 08:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD59CE2A4E; Mon, 3 Jun 2024 08:06:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id C6D2EE2A4E for ; Mon, 3 Jun 2024 08:06:06 +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 1833A340C53 for ; Mon, 3 Jun 2024 08:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54D2B1C5D for ; Mon, 3 Jun 2024 08:06:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717401934.22638735886c6cf7d837f987b4df4bcd0541631e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/apparmor-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild X-VCS-Directories: sys-apps/apparmor-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 22638735886c6cf7d837f987b4df4bcd0541631e X-VCS-Branch: master Date: Mon, 3 Jun 2024 08:06: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: 7f1e3744-098c-4db4-9136-19c11881d979 X-Archives-Hash: b1377230e68ea679472cc277f2520f93 commit: 22638735886c6cf7d837f987b4df4bcd0541631e Author: Sam James gentoo org> AuthorDate: Mon Jun 3 08:05:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 3 08:05:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22638735 sys-apps/apparmor-utils: enable py3.12 Closes: https://bugs.gentoo.org/933461 Signed-off-by: Sam James gentoo.org> sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild b/sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild index a154b882fce2..3be2f00c96d4 100644 --- a/sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild +++ b/sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-r1 toolchain-funcs MY_PV="$(ver_cut 1-2)"