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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DD2E1581C1 for ; Thu, 4 Jul 2024 06:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A40E0E2A91; Thu, 4 Jul 2024 06:47:11 +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 7E4D2E2A91 for ; Thu, 4 Jul 2024 06:47:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3ABFB341214 for ; Thu, 4 Jul 2024 06:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A647AE0 for ; Thu, 4 Jul 2024 06:47:08 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1720075578.de83a25c3f8b4ab54332e82df4ad9d90786e4e8c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-15.0.7-r3.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: de83a25c3f8b4ab54332e82df4ad9d90786e4e8c X-VCS-Branch: master Date: Thu, 4 Jul 2024 06:47:08 +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: e3856d24-9224-4597-a63b-bb1201702768 X-Archives-Hash: 020c745f1f944208bfb6993db5bcfaa9 commit: de83a25c3f8b4ab54332e82df4ad9d90786e4e8c Author: Pacho Ramos gentoo org> AuthorDate: Thu Jul 4 06:46:18 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jul 4 06:46:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de83a25c sys-devel/clang: enable py3.12 Closes: https://bugs.gentoo.org/933997 Signed-off-by: Pacho Ramos gentoo.org> sys-devel/clang/clang-15.0.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang/clang-15.0.7-r3.ebuild b/sys-devel/clang/clang-15.0.7-r3.ebuild index 131afb227f0e..0d07b49a63ac 100644 --- a/sys-devel/clang/clang-15.0.7-r3.ebuild +++ b/sys-devel/clang/clang-15.0.7-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake llvm llvm.org multilib multilib-minimal \ prefix python-single-r1 toolchain-funcs